Martin, Code works in the python interpreter just fine. Actually compiling on other platforms pyinstaller does fine. Just on centos/rhel 5.4 it bombs out :)
Linux localhost.localdomain 2.6.18-274.3.1.el5 #1 SMP Tue Sep 6 20:13:52 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux python-2.4.3-44.el5 Script which I am trying to compile is minimalistic in nature... 2 mysql calls and a http connection. Best, Vasiliy On Wed, Sep 21, 2011 at 3:19 PM, Martin Zibricky <[email protected]>wrote: > Vasiliy píše v St 21. 09. 2011 v 09:47 -0700: > > Gents, > > RHEL 5.4 x86_64... > > > > I have to stay on this platform... what can be done? > > > > Thanks! > > What is the python version on 5.4? > > Could you trace provide source code example which is failing? > > Does the following code work in you python interpreter? > > ----- > > import zipfile > > -- > 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. > > -- Vasiliy Boulytchev -- 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.
