Mariano wrote:<div>&lt;&lt;&lt;</div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(68, 68, 68); ">Hi Andy. To load just Seaside (without Magritte, Pier, etc) in Pharo, you<br>
can use the Metacello configuration. To do that, evaluate:<br><br>(Smalltalk at: #Gofer) new<br>   squeaksource: &#39;MetacelloRepository&#39;;<br>   package: &#39;ConfigurationOfSeaside&#39;;<br>   load.<br><br>and then:<br>
<br>ConfigurationOfSeaside project latestVersion load: &#39;Seaside 3.0&#39;.<br><br>For more details, read the method ConfigurationOfSeaside &gt;&gt; workspace<br><br>Finally, in the Pharo 1.0 image, in the welcome workspace (actually, when<br>
going to &quot;DEVImageWorkspaces openExternalProjectWorkspace&quot;) it is explained<br>how to load seaside. If it is not clear, please let us know so that we can<br>make it better.<br><br>Cheers<br><br>Mariano<br>&gt;&gt;&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(68, 68, 68); "><br></span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(68, 68, 68); ">Hi Mariano</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(68, 68, 68); "><br></span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(68, 68, 68); ">Thanks very much for the instructions. That has now worked correctly.  In case this is helpful for future users, my confusion came from:</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(68, 68, 68); "><br></span></div><div><ol><li><font class="Apple-style-span" color="#444444" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">The ConfigurationOfSeaside option didn&#39;t appear in the Installing External Projects page in the same way as for e.g. AidaWeb etc.  I assumed that this meant that the Config was already loaded - which it isn&#39;t.  So, I spent a few minutes looking for the classes, and then went back to the instructions.  Now, I would be the first to admit that I should have read the green text more carefully, and gone to Squeaksource to download the metacello configurations, it was just that my eyes were caught by the AidaWeb stuff.</span></font></li>
<li><font class="Apple-style-span" color="#444444" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Having not found the package, I modified the AidaWeb gofer command, and downloaded ConfigurationOfSeaside.  What I didn&#39;t realise was that there was a separate ConfigurationOfSeaside30 metacello package.</span></font></li>
<li><font class="Apple-style-span" color="#444444" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">I looked for class comments on the ConfigurationOfSeaside class, but didn&#39;t find any. So, I tried running ConfigurationOfSeaside &gt;&gt; load (which looked hopeful).  And, that was when I got Attribute not found errors.</span></font></li>
</ol><div><font class="Apple-style-span" color="#444444" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">In summary, I think all the correct information is there, but I didn&#39;t notice it.  So, perhaps it would be better to include the gofer command for Seaside30 in the list (and maybe also include it for earlier versions of Seaside, if that makes sense).</span></font></div>
</div><div><font class="Apple-style-span" color="#444444" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" color="#444444" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Thanks for you help.</span></font></div>
<div><font class="Apple-style-span" color="#444444" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" color="#444444" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Cheers</span></font></div>
<div><font class="Apple-style-span" color="#444444" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Andy</span></font></div>