[IronPython] 2.6 Beta 1 Bug: help() requires _getframe support which is now optional

Seo Sanghyeon sanxiyn at gmail.com
Sun May 24 05:15:48 PDT 2009


2009/5/24 Mike Krell <mbk.lists at gmail.com>:
> 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'

Temporary workaround: run reload(__builtins__) at the beginning of
interactive sessions.

-- 
Seo Sanghyeon


More information about the Users mailing list