Message211143
| 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:02 | vstinner | set | recipients: + vstinner, tim.golden, brian.curtin, serhiy.storchaka |
| 2014-02-13 10:51:02 | vstinner | set | messageid: <1392288662.09.0.956100299373.issue20614@psf.upfronthosting.co.za> |
| 2014-02-13 10:51:02 | vstinner | link | issue20614 messages |
| 2014-02-13 10:51:01 | vstinner | create | |