If you take an up-to-date Squeak image and execute: <div><br></div><div><div>(Installer wiresong project: &#39;ob&#39;)</div><div><span style="white-space:pre-wrap">        </span>    install: &#39;OmniBrowser&#39;;</div>
<div><span style="white-space:pre-wrap">        </span>    install: &#39;OB-Morphic&#39;;</div><div><span style="white-space:pre-wrap">        </span>    install: &#39;OB-Standard&#39;;</div><div><span style="white-space:pre-wrap">        </span>    install: &#39;OB-Shout&#39;;</div>

<div><span style="white-space:pre-wrap">        </span>    install: &#39;OB-SUnitIntegration&#39;. </div><div><br></div><div>(Installer ss project: &#39;rb&#39;)</div><div><span style="white-space:pre-wrap">        </span>install: &#39;AST-Core-lr.80.mcz&#39;;</div>

<div><span style="white-space:pre-wrap">        </span>install: &#39;AST-Semantic-lr.11.mcz&#39;;</div><div><span style="white-space:pre-wrap">        </span>install: &#39;Refactoring-Core-lr.149.mcz&#39;;</div>
<div><span style="white-space:pre-wrap">        </span>install: &#39;Refactoring-Spelling&#39;;</div><div><span style="white-space:pre-wrap">        </span>project: &#39;Regex&#39;;</div><div><span style="white-space:pre-wrap">        </span>install: &#39;VB-Regex&#39;.</div>

<div><span style="white-space:pre-wrap">        </span></div><div>(Installer wiresong project: &#39;ob&#39;)</div><div><span style="white-space:pre-wrap">        </span>install: &#39;OB-Refactory&#39;;</div>
<div><span style="white-space:pre-wrap">        </span>install: &#39;OB-Regex&#39;.</div><div><br></div><div>(Installer ss project: &#39;shout&#39;)</div><div>install: &#39;Shout&#39;; </div><div>install: &#39;ShoutWorkspace&#39;</div>

<div><br></div><div>Then you can go to Environments at SqS and load with no trouble. There is one kludge here. Stephane added the following to Pharo, which is not in Squeak:</div><div><br></div><div><div>SmalltalkImage&gt;&gt;#hasBindingThatBeginsWith: aString</div>
<div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>^ self globals hasBindingThatBeginsWith: aString</div></div><div><br></div><div><br></div><div><div>The result is a TestRunner that says 19 run; 17 passes; 1 failures; 1 error. </div>
</div><div><br></div><div>After doing the above: </div><div><br></div><div>OBEnvironmentSystemBrowser open</div><div><br></div><div>Will produce the Environments System Browser. Option+click in the first pane will produce the &quot;new environment&quot; option, and we&#39;re off and running.</div>
<div><br></div><div><br></div><div>Chris </div><div><br></div></div>