kiorky/spynner

Does spynner support PyQt5?

Closed this issue · 1 comments

xsren commented

Hello! Can you tell me if spynner support PyQt5? If NOT, will you support it in the future?
Thank you very much !

xsren commented

After some work, I can answer my question.
spynner is based on PyQT and WebKit . QtWebKit is removed since QT5.6. You need to install QtWebKit component additionally since QT5.6.
For example in centos , yum install qt5-qtwebkit* .