>>>import sys
>>>sys.__dict__
Traceback (innermost last):
File "<console>", line 1, in ?
AttributeError: module 'sys' has no attribute '__dict__'
seems like the sys module is not initialize correctly, so the other part of
the program will not be able to access sys.path.__classpat__.
the sys module is defined in PySystemState.java
Original issue reported on code.google.com by juanzhew...@gmail.com on 15 Apr 2008 at 1:42
Original issue reported on code.google.com by
juanzhew...@gmail.com
on 15 Apr 2008 at 1:42