Okay... First, I installed on the Ubuntu-Machine following Packages: - lsb-qt4 - ia32-libs - ia32-libs-gtk
Still receiving a Segmentation fault with a Binary I built on a 32bit-System. Second, I ran pyinstaller on a 64bit-System with Python 2.7. Still got that Segmentation Fault on the Ubuntu Machine. Pretty confusing. Am Dienstag, 6. November 2012 17:51:35 UTC+1 schrieb Martin Z: > > Rainer Hihn píše v Út 06. 11. 2012 v 08:30 -0800: > > No special, I am just thinking if my problems might be caused by a > > bug. > > > > I am afraid I can't find any special 32bit qt libs for Ubuntu. I will > > run pyinstaller on a 64bit linux and try it again. There shouldn't be > > any 32/64-bit troubles (missing libraries then), right? > > you might be missing packages ia-32libs or ia-32libs-gtk. > > apt-get install ia-32libs ia-32libs-gtk > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyinstaller/-/7o5kJa00-gcJ. 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.
