Antoine Pitrou added the comment:

> 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.

----------
nosy: +doko, pitrou, sandro.tosi
versions: +Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19153>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to