demoQMLPyQt icon indicating copy to clipboard operation
demoQMLPyQt copied to clipboard

no module name 'qtEmbeddedQmlFramework'

Open NilanjPatel opened this issue 8 years ago • 1 comments

L:demoQMLPyQt Nilanj$ python3 main.py Traceback (most recent call last): File "main.py", line 14, in <module> from qtEmbeddedQmlFramework.resourceManager import resourceMgr ImportError: No module named 'qtEmbeddedQmlFramework' L:demoQMLPyQt Nilanj$

NilanjPatel avatar Feb 23 '17 10:02 NilanjPatel

As the README says, this project depends on another project: qtEmbeddedQmlFramework. You must first download and install (in the Python sense) that project, so that Python can find the module.

bootchk avatar Feb 25 '17 14:02 bootchk