Ned Deily added the comment:

Sorry, I tried using your ./configure with a 2.7.9 tarball on a Debian VM from 
which I removed the system Python 2.7 and, despite installing into the 
non-standard locations, at a quick look everything seemed to work OK.  For 
example,

>>> import _collections
>>> _collections.__file__
'/lib/python2.7/lib-dynload/_collections.so'

If you are building with --enable-shared, make sure the build isn't being 
influenced by a previously installed system or local Python 2.7.

----------
resolution:  -> works for me
stage:  -> resolved
status: open -> pending

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

Reply via email to