I am trying to get an example application running with blackberry-py. I adhered to the instructions at link: http://hg.microcode.ca/blackberry-py/wiki/Home , however when trying the
“import bbpy” statement I received the following error: import Error: No module named Qtcore.
Print screen of Trace : https://i.stack.imgur.com/N4sfo.jpg
Any help would be much appreciated.
Thanks
Your version of
PySidedoes not have a moduleQtCore. Also note that it’s trying to importQtfrom there, notqtso it makes sense thatimport qtwill give an error.Are you sure you installed compatible versions of
PySideandbbpy? Check the versions and lookup if they’re indeed compatible.