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 pitrou
Recipients doko, pitrou, rinatous, sandro.tosi
Date 2013-10-04.12:37:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380890237.25.0.842286903086.issue19153@psf.upfronthosting.co.za>
In-reply-to
Content
> No custom builds. Every package from ubuntu repository. Psycopg2 installed by pip

You may have to rebuild packages using the custom Python, not the system Python, since the linker options have to be different (especially the "shared" part: Ubuntu's Python is a static build, not a shared library build).

Or perhaps you can dlopen the CPython shared library with the RTLD_GLOBAL flag. I don't know.

I don't know if this is something that we can alleviate in Python itself.
History
Date User Action Args
2013-10-04 12:37:17pitrousetrecipients: + pitrou, doko, sandro.tosi, rinatous
2013-10-04 12:37:17pitrousetmessageid: <1380890237.25.0.842286903086.issue19153@psf.upfronthosting.co.za>
2013-10-04 12:37:17pitroulinkissue19153 messages
2013-10-04 12:37:16pitroucreate