This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Ivailo.Monev, ned.deily
Date 2015-02-12.02:34:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423708445.24.0.847486333804.issue23435@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-02-12 02:34:05ned.deilysetrecipients: + ned.deily, Ivailo.Monev
2015-02-12 02:34:05ned.deilysetmessageid: <1423708445.24.0.847486333804.issue23435@psf.upfronthosting.co.za>
2015-02-12 02:34:05ned.deilylinkissue23435 messages
2015-02-12 02:34:04ned.deilycreate