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 Michael.Kuhn, ned.deily
Date 2013-02-20.08:50:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361350244.33.0.74178035435.issue17235@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I'm unable to reproduce your results and they look rather suspicious.  Keep in mind that the Python build uses its copy of Distutils to build and install the interpreter's shared extension modules, like _ctypes.so.  My guess is that your "make install" is being influenced by settings in a Distutils configuration file, such as ~/.pydistutils.cfg.  If so, this is a duplicate of Issue4655.

http://docs.python.org/2/install/index.html#distutils-configuration-files
History
Date User Action Args
2013-02-20 08:50:44ned.deilysetrecipients: + ned.deily, Michael.Kuhn
2013-02-20 08:50:44ned.deilysetmessageid: <1361350244.33.0.74178035435.issue17235@psf.upfronthosting.co.za>
2013-02-20 08:50:44ned.deilylinkissue17235 messages
2013-02-20 08:50:44ned.deilycreate