[Python-bugs-list] [Bug #122517] problems to compile 2.0 on IRIX 6.5
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 15 Nov 2000 10:20:13 -0800
Bug #122517, was updated on 2000-Nov-15 10:20
Here is a current snapshot of the bug.
Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: problems to compile 2.0 on IRIX 6.5
Details: ./configure --prefix=/usr/local/sbin/python/ --with-threads --without-gcc --with-cxx=CC
no errors...
gmake test:
PYTHONPATH= ./python -tt ./Lib/test/regrtest.py -l
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "./Lib/test/regrtest.py", line 35, in ?
import string
ImportError: No module named string
gmake: [test] Error 1 (ignored)
PYTHONPATH= ./python -tt ./Lib/test/regrtest.py -l
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "./Lib/test/regrtest.py", line 35, in ?
import string
ImportError: No module named string
gmake: *** [test] Error 1
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=122517&group_id=5470