The building process for the Linux version should be investigated.
pyinstaller may have a problem packaging PyQt4. One reason may be that pyinstaller is simply broken and does not automatically detect the UI library usage. The second reason may be that the building process is different on Linux than on OSX and Windows and the spec files need to be fixed.
[ ] Investigate current state of Linux building
[ ] If broken, investigate new pyinstaller version status regarding PyQt4 packaging
[ ] Fix build scripts to package the app in a standalone file like on OSX and Windows
The building process for the Linux version should be investigated.
pyinstaller
may have a problem packagingPyQt4
. One reason may be thatpyinstaller
is simply broken and does not automatically detect the UI library usage. The second reason may be that the building process is different on Linux than on OSX and Windows and thespec
files need to be fixed.pyinstaller
version status regarding PyQt4 packaging