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.org>wrote:

>
> Martin v. Löwis <mar...@v.loewis.de> added the comment:
>
> There are some minor errors indeed: the syntax for PATH and PYTHONPATH is
> wrong (don't use quotes (") in the middle of the value). Also, putting
> site-packages into PYTHONPATH should not be necessary.
>
> I think the main cause might be the incorrect --prefix argument. Don't use
> "~/PythonInstall", but "$HOME/PythonInstall". Also, when I try this, I get
>
> configure: error: expected an absolute directory name for --prefix:
> ~/PythonInstall
>
> so you must have made something different (or you have used a shell
> different from bash), else you would have gotten the same error.
>
> ----------
>
> _______________________________________
> Python tracker <rep...@bugs.python.org>
> <http://bugs.python.org/issue14216>
> _______________________________________
>
>

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14216>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to