Problem loading a specific website through Qt Webkit

后端 未结 3 1960
一个人的身影
一个人的身影 2021-01-17 00:35

I am currently using the following PyQt code to create a simple browser:

import sys
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.QtWebKit          


        
3条回答
  •  执念已碎
    2021-01-17 01:17

    try arora (a very simple wrapping on top of QtWebKit); if it works, its your code. if it doesn't, its the website.

提交回复
热议问题