> Working on it, but "dlopen()" is not happy:
>
> Loading '/data/maconomy/mgd/pyinstaller-patches/2nd/gcc/
> libpython2.6.a(libpython2.6.so)'
> 0509-022 Cannot load module /data/maconomy/mgd/pyinstaller-
> patches/2nd/gcc/libpython2.6.a(libpython2.6.so).
> 0509-026 System error: A file or directory in the path name
> does not exist.
It is possible to extract the shared object from the archive like
this:
bash-3.00$ ar -v -x libpython2.6.a libpython2.6.so
Calling
dlopen("libpython2.6.so", ...)
no longer fails.
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.