David Ripton píše v So 28. 01. 2012 v 21:06 -0800: > The non-PyInstaller version of my program works fine on Mac OS, so I > know GTK+, glib, and my other dependencies are there on the build > box. But it appears that _glib.so isn't getting included in the > PyInstaller build. Does anyone have a PyGTK program successfully > building on Mac OS with PyInstaller?
Does it work when you copy in --onedir mode the _glib.so to the dist folder and when you rename it like _glib.so -> glib._glib.so ? -- 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.
