2009/5/24 Mike Krell <[email protected]>:
> 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
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to