[PyQt] pyqtdeploy v0.6 ImportError on module in Other Packages
lloyd konneker
bootch at nc.rr.com
Wed Sep 17 16:47:45 BST 2014
I have confirmed that a minimal example reproduces the problem, on
another machine and target Android, on a different module/package.
(Ubuntu 14.04, Qt5.2.1, Python3.4.0, Sip 4.16.3 snapshot, PyQt 5.3.1
snapshot, again, not the very latest.) To helloworld, Just add 'import
foo' where foo is a module in 'Other Packages.'
The pyqtdeploy project makes without error, and foo package appears to
be in qrc_pyqtdeploy.cpp. But the Android app crashes on startup (I
assume for ImportError while importing foo.)
I also tried importing from another 'Other Packages' directory
/usr/local/lib/python3.4/site-packages/foo.
I suppose I should reduce the imported module also. Or harness the
import mechanism.
More information about the PyQt
mailing list