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 vstinner
Recipients brian.curtin, serhiy.storchaka, tim.golden, vstinner
Date 2014-02-13.10:51:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392288662.09.0.956100299373.issue20614@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, another problem: if Python is compiled in shared module, libpython3.4.so cannot be found. LD_LIBRARY_PATH must also be copied if __cleanenv=True. Py_ENABLE_SHARED can be checked in sysconfig to decide if the environment variable should be copied or not.
History
Date User Action Args
2014-02-13 10:51:02vstinnersetrecipients: + vstinner, tim.golden, brian.curtin, serhiy.storchaka
2014-02-13 10:51:02vstinnersetmessageid: <1392288662.09.0.956100299373.issue20614@psf.upfronthosting.co.za>
2014-02-13 10:51:02vstinnerlinkissue20614 messages
2014-02-13 10:51:01vstinnercreate