Xavier de Gaye <xdeg...@gmail.com> added the comment:

I can reproduce the problem.

The Makefile uses LIBDIR as set by configure to install the libraries and this 
is not consistent with Modules/getpath.c that finds the locations of the 
libraries (see the detailed comments at the top of the source file) without 
searching for LIBDIR.

The work around is to use PYTHONHOME.
Michael is right and ./configure should at least issue a warning when --libdir 
is used.

----------
nosy: +xdegaye

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

Reply via email to