<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=266480522-17052005><FONT face=Arial 
color=#0000ff size=2>Strange that someone reported similar thing on GotDotNet 
forums. I believe that the cause is an old version of .Net.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=266480522-17052005><FONT face=Arial 
color=#0000ff size=2>You need .Net 2.0 Beta 2 to run 
IronPython:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=266480522-17052005><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=266480522-17052005><FONT face=Arial 
color=#0000ff size=2>IronPython 0.7.5 on .NET <STRONG><FONT 
color=#ff0000>2.0.50215.44</FONT></STRONG><BR>Copyright (c) Microsoft 
Corporation. All rights reserved.<BR>&gt;&gt;&gt; import 
StringIO<BR>&gt;&gt;&gt;<BR></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=266480522-17052005><FONT face=Arial 
color=#0000ff size=2>You can get Beta 2 from here:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=266480522-17052005><FONT face=Arial 
color=#0000ff size=2><A 
href="http://www.microsoft.com/downloads/details.aspx?familyid=7ABD8C8F-287E-4C7E-9A4A-A4ECFF40FC8E&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=7ABD8C8F-287E-4C7E-9A4A-A4ECFF40FC8E&amp;displaylang=en</A></FONT></SPAN></DIV><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> 
  users-ironpython.com-bounces@lists.ironpython.com 
  [mailto:users-ironpython.com-bounces@lists.ironpython.com] <B>On Behalf Of 
  </B>Anthony Tarlano<BR><B>Sent:</B> Tuesday, May 17, 2005 3:02 
  PM<BR><B>To:</B> Discussion of IronPython<BR><B>Subject:</B> [IronPython] 
  StringIO???<BR></FONT><BR></DIV>
  <DIV></DIV>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></BLOCKQUOTE></BODY></HTML>