Building python 2.5 fails on linux 64
Marc-André Belzile
mbelzile at softimage.com
Thu May 15 16:32:12 EDT 2008
So I tried with 2.6a3 and 3.0 and I ended up with the same error, but python 2.5.2 works though. Seems like something is missing from the build instructions for the newer versions I guess.
-mab
________________________________
From: python-list-bounces+mbelzile=softimage.com at python.org [mailto:python-list-bounces+mbelzile=softimage.com at python.org] On Behalf Of Marc-André Belzile
Sent: May-15-08 10:58 AM
To: python-list at python.org
Subject: Building python 2.5 fails on linux 64
Hi,
I have the following error when building python 2.5 (revision 63261)
./Parser/asdl_c.py -c ./Python ./Parser/Python.asdl
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "./Parser/asdl_c.py", line 7, in ?
import os, sys, traceback
ImportError: No module named os
make: *** [Python/Python-ast.c] Error 1
I'm using gcc version 4.1.1 on Red Hat Enterprise Linux WS release 4 (Nahant Update 4)
What could be the problem ?
Thanks for helping.
-mab
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080515/91566ec2/attachment-0001.html>
More information about the Python-list
mailing list