Hello, I'm building my app with PyInstaller on Ubuntu 10.04 with PyQt 4.7.2, then I try to run it on an openSUSE 11.1 and get this error message : Traceback (most recent call last): File "<string>", line 65, in <module> File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 436, in importHook File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 495, in doimport File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 297, in getmod File "/home/kelsolaar/Softwares/pyinstaller/archive.py", line 468, in getmod File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 109, in getmod ImportError: ./PyQt4.QtGui.so: undefined symbol: _ZN15QSessionManager16staticMetaObjectE
I tried compiling Qt and PyQt staticly but I get a different error : Traceback (most recent call last): File "<string>", line 14, in <module> File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 436, in importHook File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 495, in doimport File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 297, in getmod File "/home/kelsolaar/Softwares/pyinstaller/archive.py", line 468, in getmod File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 109, in getmod File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 436, in importHook File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 495, in doimport File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 297, in getmod File "/home/kelsolaar/Softwares/pyinstaller/archive.py", line 468, in getmod File "/home/kelsolaar/Softwares/pyinstaller/iu.py", line 109, in getmod ImportError: ./libc.so.6: version `GLIBC_2.11' not found (required by ./libpng12.so.0) Anyone faced this ? KS -- 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.
