[issue14216] ImportError: No module named binascii

2012-03-07 Thread Qian Liu
Qian Liu liuq0...@e.ntu.edu.sg added the comment: Dear Martin, Thanks for your reply. I went to the folder of python after tar -zxvf Python-2.7.2.tgz and do the following operations: ./configure --prefix=~/PythonInstall make make install where ~ represent the path in my computer and it is long

[issue14216] ImportError: No module named binascii

2012-03-07 Thread Qian Liu
Qian Liu liuq0...@e.ntu.edu.sg added the comment: Dear Martin, Many thanks for your help and your reply. I will correct the errors and let you know the result. best regards, Qian Liu On Wed, Mar 7, 2012 at 5:07 PM, Martin v. Löwis rep...@bugs.python.orgwrote: Martin v. Löwis mar

[issue14216] ImportError: No module named binascii

2012-03-07 Thread Qian Liu
Qian Liu liuq0...@e.ntu.edu.sg added the comment: Dear Martin, I did the following operations ./configure --prefix= /img01/home/liuqian1/PLAprediction/software/PythonInstall make make install and then MPYTHONHOME=/img01/home/liuqian1/PLAprediction/software/PythonInstall PATH=$MPYTHONHOME/bin

[issue14216] ImportError: No module named binascii

2012-03-07 Thread Qian Liu
Qian Liu liuq0...@e.ntu.edu.sg added the comment: Hi, Eric Araujo, Thanks for your help. I run make -s and found the following message. It seems that binascii cannot be built correctly. What should I do? Many thanks. libpython2.7.a(posixmodule.o)(.text+0x47e1): In function `posix_tmpnam

[issue14216] ImportError: No module named binascii

2012-03-06 Thread Qian Liu
New submission from Qian Liu liuq0...@e.ntu.edu.sg: File ~/PythonInstall/lib/python2.7/multiprocessing/process.py, line 129, in start from .forking import Popen File ~/PythonInstall/lib/python2.7/multiprocessing/forking.py, line 58, in module from pickle import Pickler File