Hi Florian,
thanks for the report. It doesn't ring a bell right now, but it is
surely a bug I would like to investigate. I would appreciate if you
could find out which *exact* libraries cause the problem.
My first guess would be trying to remove only libX* and see if it starts.
--
Giovanni Bajo
Develer S.r.l.
http://www.develer.com
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)