0

I installed Qt 4.8 which have the support of QtWebkit. After that i tried installing PyQt-4.9. on my CentOS Server. I dont understand why the QtWebkit library is not installed. The Source package does not contain the package at all.

Can any one help me finding a PyQt source with Webkit?..

Right now i cant do from PyQt4.QtWebKit import QWebPage

Kris
  • 8,680
  • 4
  • 39
  • 67

1 Answers1

-1

try check you dev package of Qt4 on system.

i compile PyQt5 on Debian, but can find QtWebKit. then i install libqt5webkit5-dev and compile PyQt5 again.

maybe helps.