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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, python_hu
Date 2011-11-30.12:59:42
SpamBayes Score 0.027072143
Marked as misclassified No
Message-id <1322657983.23.0.504977235412.issue13493@psf.upfronthosting.co.za>
In-reply-to
Content
> dlopen("/usr/local/lib/python2.6/lib-dynload/time.so", 2);

You are trying to open a .so from another Python installation.
It won't work: it is certainly linked to another Python VM, which is not initialized.
History
Date User Action Args
2011-11-30 12:59:43amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, python_hu
2011-11-30 12:59:43amaury.forgeotdarcsetmessageid: <1322657983.23.0.504977235412.issue13493@psf.upfronthosting.co.za>
2011-11-30 12:59:42amaury.forgeotdarclinkissue13493 messages
2011-11-30 12:59:42amaury.forgeotdarccreate