crisskiamryo / jythonroid

Automatically exported from code.google.com/p/jythonroid
Other
0 stars 0 forks source link

sys module is empty #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
>>>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