Comment 0 for bug 800148

Revision history for this message
Elan Ruusamäe (glen666) wrote : sys module can't be imported

shouldn't the sys module moved to python-modules (or weakrefset to -libs) so that sys module can be imported:

$ rpm -qa python*
python-libs-2.7.1-1.x86_64
python-2.7.1-1.x86_64

$ python -c "import sys"
Traceback (most recent call last):
  File "/usr/share/python2.7/site.py", line 62, in <module>
  File "/usr/share/python2.7/os.py", line 398, in <module>
  File "/usr/share/python2.7/UserDict.py", line 83, in <module>
  File "/usr/share/python2.7/_abcoll.py", line 11, in <module>
  File "/usr/share/python2.7/abc.py", line 8, in <module>
ImportError: No module named _weakrefset