Hi Andy. To load just Seaside (without Magritte, Pier, etc) in Pharo, you 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 going to &quot;DEVImageWorkspaces openExternalProjectWorkspace&quot;) it is explained how to load seaside. If it is not clear, please let us know so that we can make it better.<br>
<br>Cheers<br><br>Mariano<br><br><br><div class="gmail_quote">On Thu, Apr 29, 2010 at 8:08 PM, Andy Burnett <span dir="ltr">&lt;<a href="mailto:andy.burnett@knowinnovation.com" target="_blank">andy.burnett@knowinnovation.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I downloaded the latest version of Pharo (looks very nice), and executed<div><br></div><div>ConfigurationOfSeaside loadLatestVersion.</div><div><br></div><div>Lots of things were installed, but I also got walkback errors for Attributes not found.  I could proceed over the warnings, but I assumed that I was doing something wrong. Is it a case of &#39;you can&#39;t get there from here&#39;?</div>


<div><br></div><div>Cheers</div><div>Andy</div>
<br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>