Xanthos-Code / vintel

EVE Online Visual Intel Tool
113 stars 59 forks source link

Compile error - no webkit. #104

Closed Xanthos-Code closed 8 years ago

Xanthos-Code commented 8 years ago

Getting my virtual environment set up with everything needed for QT5. I am seeing the following in the console. I have QT 5.5.1 installed. @3vi1 How did you get around this?

File "/Users/mark/code/vintel/src/vi/ui/viui.py", line 36, in from PyQt5.QtWebKitWidgets import QWebPage ImportError: No module named 'PyQt5.QtWebKitWidgets'

3vi1 commented 8 years ago

Which distro are you running?

If it's Ubuntu, have you run 'sudo apt install python-pyqt5.webkit python3-pyqt5.qtwebkit'? That will install both the python2 and python3 bindings.

Xanthos-Code commented 8 years ago

I'm on OS X so I used brew install pyqt5.

Xanthos-Code commented 8 years ago

We need to have a set of platform independent steps to add to the readme so that anyone on any platform can install and build. I'm considering keeping the requirements simple by cutting over to PyQt5.QtWebEngineWidgets. Thoughts?

3vi1 commented 8 years ago

Unfortunately, that's not packaged for Debian or any of it's derivatives (Ubuntu included): https://askubuntu.com/questions/763612/importerror-no-module-named-pyqt5-qtwebenginewidgets

I think most Linux users would be comfortable running it straight from source. There are only a few packages to install, but I could probably spin up some VMs and document the steps for a couple of the more popular distros.

Xanthos-Code commented 8 years ago

For Linux running from source is fine as long as they are able to easily follow our requirements and get all the dependencies. Just need to make sure we are covered on Mac and Win7 for the readme

On Mon, Jul 4, 2016 at 9:04 AM, Jesse Litton notifications@github.com wrote:

Unfortunately, that's not packaged for Debian or any of it's derivatives (Ubuntu included): https://askubuntu.com/questions/763612/importerror-no-module-named-pyqt5-qtwebenginewidgets

I think most Linux users would be comfortable running it straight from source. There are only a few packages to install, but I could probably spin up some VMs and document the steps for a couple of the more popular distros.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Xanthos-Eve/vintel/issues/104#issuecomment-230320008, or mute the thread https://github.com/notifications/unsubscribe/APr2BjmwAOCUt0Shxrz_T4tA82v2AUv1ks5qSS70gaJpZM4JECqv .

Xanthos-Code commented 8 years ago

I have gotten past this.