Hi, I seem to be facing the same problem. I am compiling code on Ubuntu 12.04 (where it works perfectly) and when I test it on another Ubuntu system the application seg faults.
I have tried compiling the bootloader with --no-lsb but the application generated even after that gives segmentation faults. When I run a simple hello world script the exe works on both the systems. But when I add wxPython to it, it gives seg faults on the 2nd system. code- > http://pastebin.com/xUmL99jv after building -> https://docs.google.com/file/d/0B41ApxXt-m4jWnFYTENpNWM5RUk/edit?usp=sharing On Tuesday, May 21, 2013 7:19:36 PM UTC+5:30, Martin Z wrote: > > Anthony Teal píše v Pá 17. 05. 2013 v 20:08 -0700: > > I have compiled the bootloader as well with lsb and still have the > > same issues > > Could you please try to compile the bootloader with option --no-lsb? > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
