Hi Germán,<div><br></div><div>My apologies I&#39;ve &quot;fixed&quot; ConfigurationOfMagritte which ConfigurationOfMagritteMagic depends on so that Magritte will load on Gemstone and I&#39;d changed the configuration so that by default the Morphic bindings don&#39;t load.</div>
<div><br></div><div>Try again with:</div><div><br></div><div>---</div><div><br></div><div><div>Gofer it</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>url: &#39;<a href="http://ss3.gemstone.com/ss/MagritteMagic">http://ss3.gemstone.com/ss/MagritteMagic</a>&#39;;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>package: &#39;ConfigurationOfMagritteMagic&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>load.</div><div><span class="Apple-tab-span" style="white-space:pre">                </span></div>
<div>(Smalltalk at: #ConfigurationOfMagritteMagic) load.</div></div><div><br></div><div>(MMConference new location: &#39;Informatics forum&#39;; talks: MMTalk all; asMorph) addWindow; callInWorld</div><div><br></div><div>
---</div><div><br></div><div>If you want to load Magritte without the MagritteMagic baggage but with Morphic the following should work:</div><div><br></div><div><div><div>Gofer it</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>squeaksource: &#39;MetacelloRepository&#39;;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>package: &#39;ConfigurationOfMagritte3&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>load.</div></div></div><div><br></div><div>
(Smalltalk at: #ConfigurationOfMagritteMagic) project stableVersion load: #( &#39;Magritte-Morph&#39;).</div><div><br></div><div>Cheers</div><div><br></div><div>Nick</div>