New submission from Qian Liu :
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
from pickle import Pickler
File "~/Py
Qian Liu 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 compute
Qian Liu 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 wrote:
>
> Martin v. Löwis added the comment:
>
> There are some
Qian Liu 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="$MPYTHO
Qian Liu 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':
./Module