This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author spprakash
Recipients loewis, spprakash
Date 2010-08-18.07:40:11
SpamBayes Score 3.3263842e-07
Marked as misclassified No
Message-id <1282117213.95.0.788976073733.issue9631@psf.upfronthosting.co.za>
In-reply-to
Content
After Installed the following error was through:

PYTHONPATH=/usr/local/Python-2.7/lib/python2.7   \
	./python -Wi -tt /usr/local/Python-2.7/lib/python2.7/compileall.py \
	-d /usr/local/Python-2.7/lib/python2.7 -f \
	-x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
	/usr/local/Python-2.7/lib/python2.7
Traceback (most recent call last):
  File "/usr/local/Python-2.7/lib/python2.7/compileall.py", line 17, in <module>
    import struct
  File "/usr/local/Python-2.7/lib/python2.7/struct.py", line 1, in <module>
    from _struct import *
ImportError: No module named _struct
make: *** [libinstall] Error 1
History
Date User Action Args
2010-08-18 07:40:13spprakashsetrecipients: + spprakash, loewis
2010-08-18 07:40:13spprakashsetmessageid: <1282117213.95.0.788976073733.issue9631@psf.upfronthosting.co.za>
2010-08-18 07:40:12spprakashlinkissue9631 messages
2010-08-18 07:40:11spprakashcreate