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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-10.19:24:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473535445.1.0.581777184049.issue28059@psf.upfronthosting.co.za>
In-reply-to
Content
This bug is entirely because _ctypes cannot be found when we launch from the symlink without also setting PYTHONPATH.

I've already removed the import of _ctypes, but I'll also set PYTHONPATH in the test as there's no reason to require only builtins here.
History
Date User Action Args
2016-09-10 19:24:05steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware
2016-09-10 19:24:05steve.dowersetmessageid: <1473535445.1.0.581777184049.issue28059@psf.upfronthosting.co.za>
2016-09-10 19:24:05steve.dowerlinkissue28059 messages
2016-09-10 19:24:05steve.dowercreate