On Nov 26, 10:29 pm, Robie Basak <[EMAIL PROTECTED]> wrote:
> On 2008-11-25, Robie Basak <[EMAIL PROTECTED]> wrote:
>
> > If I use dlopen() to open a shared library that I've written, and that
> > shared library tries to use the Python/C API, then it fails. I've
> > reduced the problem to the test
On 2008-11-25, Robie Basak <[EMAIL PROTECTED]> wrote:
> If I use dlopen() to open a shared library that I've written, and that
> shared library tries to use the Python/C API, then it fails. I've
> reduced the problem to the test case below. The error is:
>
> ImportError: /usr/lib/python2.5/lib-dynl
Hi,
If I use dlopen() to open a shared library that I've written, and that
shared library tries to use the Python/C API, then it fails. I've
reduced the problem to the test case below. The error is:
ImportError: /usr/lib/python2.5/lib-dynload/time.so: undefined symbol:
PyExc_ValueError
It appear