On Mon, 2010-03-22 at 22:39 +0800, rrzhang wrote: > hi, > I met problem when I used pyinstaller on Linux.
What version of PyInstaller? > SystemError: dynamic module not initialized properly It looks like it is a binary compatibility problem. Can you show us the dependencies of _backend_gdk.so, by running "ldd _backend_gdk.so"? You will need a one-dir build to do this test. -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it Last post: ctypes support in PyInstaller -- 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.
