[IronPython] Can't dir ArgIterator

Michael Foord fuzzyman at voidspace.org.uk
Mon Apr 27 16:54:14 CEST 2009


Hello guys,

 From a standard install of IronPython 2.0.1 on Vista 64, calling dir on 
System.ArgIterator blows up:

C:\compile>"C:\Program Files (x86)\IronPython 2.0.1\ipy.exe" -D 
-X:TabCompletion
 -X:ColorfulConsole
IronPython 2.0 (2.0.0.0) on .NET 2.0.50727.3074
Type "help", "copyright", "credits" or "license" for more information.
 >>> from System import ArgIterator
 >>> dir(ArgIterator)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: An attempt was made to load a program with an incorrect 
format. (Ex
ception from HRESULT: 0x8007000B)
 >>>


Michael

-- 
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog





More information about the Ironpython-users mailing list