Martin,<br>
<br>
I think that while fixing the 'assemblies in the same directory' bug, a new critter may have been introduced... <br>
<br>
StringIO used to work in IP-0.7.4, now using IP.0.7.5 I see the following trackback..<br>
<br>
IronPython 0.7.5 on .NET 2.0.40607.42<br>
Copyright (c) Microsoft Corporation. All rights reserved.<br>
&gt;&gt;&gt; import StringIO<br>
System.MissingMethodException: Method not found: 'Boolean System.Collections.Gen<br>
eric.IDictionary`2.TryGetValue(!0, !1 ByRef)'.<br>
&nbsp;&nbsp; at IronPython.Objects.Importer.TryGetExistingModule(String fullName, Object&amp;<br>
ret)<br>
&nbsp;&nbsp; at IronPython.Objects.Importer.Import(PythonModule mod, String fullName, List<br>
&nbsp;from)<br>
&nbsp;&nbsp; at IronPython.Objects.Ops.Import(PythonModule mod, String fullName)<br>
&nbsp;&nbsp; at input_0.Run(Frame frame)<br>
&nbsp;&nbsp; at IronPython.Hosting.PythonEngine.DoOneInteractive(Frame topFrame)<br>
&nbsp;&nbsp; at IronPython.Hosting.PythonEngine.RunInteractive()<br>
&gt;&gt;&gt;<br>
<br>