Message140581
| Author |
Paul.Weiss |
| Recipients |
Paul.Weiss, eric.araujo |
| Date |
2011年07月18日.14:05:46 |
| SpamBayes Score |
2.4266612e-08 |
| Marked as misclassified |
No |
| Message-id |
<1310997948.4.0.647803293659.issue12582@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Correct, I am using the source from
http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz
make clean
./configure --prefix=/opt/Python-2.7
make
sudo make install
I get this:
/usr/bin/install -c -m 644 ./LICENSE /opt/Python-2.7/lib/python2.7/LICENSE.txt
PYTHONPATH=/opt/Python-2.7/lib/python2.7 \
./python -Wi -tt /opt/Python-2.7/lib/python2.7/compileall.py \
-d /opt/Python-2.7/lib/python2.7 -f \
-x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
/opt/Python-2.7/lib/python2.7
Traceback (most recent call last):
File "/opt/Python-2.7/lib/python2.7/compileall.py", line 17, in <module>
import struct
File "/opt/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 |
| 2011年07月18日 14:05:48 | Paul.Weiss | set | recipients:
+ Paul.Weiss, eric.araujo |
| 2011年07月18日 14:05:48 | Paul.Weiss | set | messageid: <1310997948.4.0.647803293659.issue12582@psf.upfronthosting.co.za> |
| 2011年07月18日 14:05:47 | Paul.Weiss | link | issue12582 messages |
| 2011年07月18日 14:05:46 | Paul.Weiss | create |
|