Message148651
| 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:43 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, python_hu |
| 2011-11-30 12:59:43 | amaury.forgeotdarc | set | messageid: <1322657983.23.0.504977235412.issue13493@psf.upfronthosting.co.za> |
| 2011-11-30 12:59:42 | amaury.forgeotdarc | link | issue13493 messages |
| 2011-11-30 12:59:42 | amaury.forgeotdarc | create | |