Hi, I've never been successful creating a (stand-alone) executable on Linux. While the creation process succeeds and I can run the stand-alone executable on the machine where I created it, it will not run on other hosts (SUSE Linux Enterprise Server 10 SP2 for instance).
./my_application Traceback (most recent call last): File "<string>", line 14, in <module> File "/home/thorsten/python/pyinstaller/iu.py", line 436, in importHook File "/home/thorsten/python/pyinstaller/iu.py", line 495, in doimport File "/home/thorsten/python/pyinstaller/iu.py", line 297, in getmod File "/home/thorsten/python/pyinstaller/archive.py", line 468, in getmod File "/home/thorsten/python/pyinstaller/iu.py", line 109, in getmod ImportError: /lib/libc.so.6: version `GLIBC_2.9' not found (required by /tmp/_MEIPbsjVL/libQtCore.so.4) On this machine I am running glibc-2.4 (the latest one for this machine), on the machine where the stand-alone was created, it's 2.12.1. Does PyInstaller on Linux depend on the glibc version? If so, doesn't that defy the whole sense of creating stand-alone executables? Thorsten -- 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.
