python - QT Webengine for Ubuntu -


i have several different qt packages installed development environment on ubuntu 15.04 (3.19.0-51-generic), , can't seem imports correct. error running in pycharm is:

   pyqt5.qtwebenginewidgets import qwebenginepage importerror: no module named 'pyqt5.qtwebenginewidgets' 

the following packages have installed already, believe relevant follows:

python3-pyqt5 python3-pyqt5-dbg python-pyqt5 python-pyqt5-dbg pyqt5-dev-tools pyqt5-dev python-pyqt5.qtwebkit python3-pyqt5.qtwebkit python-pyqt5.qtwebkit-dbg python3-pyqt5.qtwebkit-dbg 

what missing here? note project explicitly requires following in readme:

qt 5.5+ pyqt5.6+ 

furthermore, understand webengine , webkit 2 different things (i giving stab). can't find webengine pyqt5 anywhere in official vivid repository. tried installing libqt5webengine5-dev , libqt5webengine5 https://launchpad.net/~ethereum/+archive/ubuntu/ethereum-qt packages same result, perhaps need add python path. can lend hand (im .net developer :/)?


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -