zkui icon indicating copy to clipboard operation
zkui copied to clipboard

Installation fails in mac

Open brijeshgp opened this issue 7 years ago • 5 comments

Traceback (most recent call last): File "./zkui.py", line 5, in from WebWindow import WebWindow File "WebWindow.py", line 1, in from PyQt5 import QtCore, QtWidgets, QtWebKitWidgets, QtNetwork, QtWebKit, QtPrintSupport ImportError: cannot import name 'QtWebKitWidgets'

brijeshgp avatar Mar 06 '17 22:03 brijeshgp

Qt5.6 removed QtWebkit. So, Qt5.5 is the newest version we can use to build zkui.

I was planning to port zkui to nw.js, but doesn't have enough spare time yet.

Sorry for wasting your time, I will put a note into README.

echoma avatar Mar 07 '17 01:03 echoma

Collecting PyQt5==5.5
  Could not find a version that satisfies the requirement PyQt5==5.5 (from versions: 5.6, 5.7, 5.7.1, 5.8, 5.8.1.1)

Cannot find this in pip.

davegallant avatar Mar 08 '17 18:03 davegallant

oh, there are no earlier version in pip? can you try 5.3 or 5.4?

echoma avatar Mar 09 '17 01:03 echoma

@echoma I don't think they exist in pypi: https://pypi.python.org/pypi/PyQt5/

davegallant avatar Mar 09 '17 04:03 davegallant

@davey-dev So, it seems that the only solution is a refactor. Large work to do, damn...

echoma avatar Mar 09 '17 05:03 echoma