On 5/24/2009 2:30 PM, Florian Höch wrote: > I found a solution that works for me with the four distributions I > tested the app on. I had to exclude the following libraries: > > libcairo.so.2 > libdl.so.2 > libfontconfig.so.1 > libgdk_pixbuf-2.0.so.0 > libgdk-x11-2.0.so.0 > libgmodule-2.0.so.0 > libgobject-2.0.so.0 > libgthread-2.0.so.0 > libgtk-x11-2.0.so.0 > libpango* (all the libpango stuff) > libpthread.so.0 > librt.so.1 > libX* (all the libX stuff)
Hi Florian, it doesn't sound any specific ring to me. I can't understand why we should exclude libgtk or libX from the build... there has to be something that escapes me. I believe that the problem lies elsewhere: there is probably something *missing* from the build. Can you please check with strace? It should be rather straightforward: * Build a clean package with PyInstaller (all libraries included) * Move to the machine where the package does not work. * Run "strace -ff ./programname 2>&1 1>strace.log" * grep the strace log for all dynamic libraries that get loaded, and see which are loaded from /lib instead of the temporary directory. (if you could send me the strace.log it would also be great, but please check if it contains sensitive information) -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
