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.