Followup: I just solved my own problem, so I can share my story in case it
helps...
My system (a big shared cluster) has a modular system for loading/unloading
standard packages, including Python. The standard python2 provided by the
system is somewhat older (2.7.3, as you can see from the path
The same thing just happened to me! Here's the traceback I got:
gcc -pthread -L/gpfs_home/kedlaya/sage-6.8/local/lib -Xlinker
-export-dynamic -o python \
Modules/python.o \
-L. -lpython2.7 -lpthread -ldl -lutil -lm
LD_LIBRARY_PATH=/gpfs_home/kedlaya/sage-6.8/local/var/tmp/sage/build/python2
Can you post the entire log?
On Tuesday, August 25, 2015 at 6:30:43 AM UTC-4, David wrote:
>
> when I install source code of sage-6.8 in linux, I fail to build python.
> Is that anyone know how to solve it.
>
>
>
>
>
> ImportError: No module named _sysconfigdata
> make[3]: *** [sharedmods] Erro