[IronPython] 2.6 Beta 1 Bug: help() requires _getframe support which is now optional
Mike Krell
mbk.lists at gmail.com
Sat May 23 19:29:34 CEST 2009
With 2.6 beta 1 and without -X:frames:
>>> help()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\IronPython 2.6\Lib\site.py", line 428, in __call__
File "C:\Program Files\IronPython 2.6\Lib\pydoc.py", line 53, in
C:\Program Files\IronPython 2.6\Lib\pydoc.py
File "C:\Program Files\IronPython 2.6\Lib\inspect.py", line 950, in
C:\Program Files\IronPython 2.6\Lib\inspect.py
AttributeError: 'module' object has no attribute '_getframe'
This is now item 22640 on CodePlex.
Mike
More information about the Ironpython-users
mailing list