Hello, I builded a PyQt Application on computer running Xubuntu, it's working fine on it but when I'm trying to start it on another I'm getting this error message :
Traceback (most recent call last): File "<string>", line 42, in <module> File "/home/ksolaar/Softwares/pyinstaller/iu.py", line 407, in importHook File "/home/ksolaar/Softwares/pyinstaller/iu.py", line 465, in doimport File "/home/ksolaar/Softwares/pyinstaller/iu.py", line 276, in getmod File "/home/ksolaar/Softwares/pyinstaller/archive.py", line 418, in getmod File "/home/ksolaar/Softwares/pyinstaller/iu.py", line 102, in getmod ImportError: libQtCore.so.4: cannot open shared object file: No such file or directory Sounds like there is a library missing, so I commented the regex in bindepend.py so that /usr/lib and /lib are included, this time the libraries are sent to the distribution folder (I find the libQtCore.so. 4) but the error is still the same : ImportError: libQtCore.so.4: cannot open shared object file: No such file or directory I decided to install PyQt4, QT4 and all the same stuff I have on the build computer but this time I'm encountering this error message : Traceback (most recent call last): File "<string>", line 42, in <module> File "/home/ksolaar/Softwares/pyinstaller/iu.py", line 407, in importHook File "/home/ksolaar/Softwares/pyinstaller/iu.py", line 465, in doimport File "/home/ksolaar/Softwares/pyinstaller/iu.py", line 276, in getmod File "/home/ksolaar/Softwares/pyinstaller/archive.py", line 418, in getmod File "/home/ksolaar/Softwares/pyinstaller/iu.py", line 102, in getmod ImportError: ./PyQt4.QtCore.so: undefined symbol: _ZN24QXmlStreamEntityResolver13resolveEntityERK7QStringS2 Anyone has an idea of what's happening ? Thanks, Thomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
