[PyQt] pyqtdeploy v0.6 ImportError on module in Other Packages

Phil Thompson phil at riverbankcomputing.com
Wed Sep 17 18:39:25 BST 2014


On 17/09/2014 4:47 pm, lloyd konneker wrote:
> 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.

Should now be fixed.

Thanks,
Phil


More information about the PyQt mailing list