Hi, Sorry for the late follow-up -- got stuck with other projects.
I finally found a way to get this to behave: I ended up cloning the CentOS 5.3 machine; installing python-devel, zlib-devel and running PyInstaller on the clone to produce the binary (using python 2.4). This binary seems to run fine on the original CentOS machine (not such a big surprise), but also runs fine on the OpenSUSE machine, so my problem is solved for now. Still a bit of a mystery on why the reverse doesn't work, but not really production critical for me anymore :-D. Thanks for all your help, - Filip On Fri, May 22, 2009 at 11:59 AM, Giovanni Bajo <[email protected]> wrote: > > On mer, 2009-05-20 at 10:46 -0700, Filip Defoort wrote: >> >> Can you try with this program: >> >> >> >> ========================================== >> >> import xml >> >> print xml.__version__ >> >> import xml.sax >> >> print xml.sax.saxexts.__file__ >> >> print xml.sax.make_parser() >> >> ========================================== >> >> >> >> This should give us some hints at what it is going on. >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
