为什么webkit2png不起作用? ImportError:无法导入名称init_qtgui

时间:2013-03-02 09:41:05

标签: python

为什么webkit2png不起作用?

from webkit2png import WebkitRenderer, init_qtgui

Traceback (most recent call last):
  File "/home/ubuntu/workspace/screen/test4.py", line 1, in <module>
    from webkit2png import WebkitRenderer, init_qtgui
ImportError: cannot import name init_qtgui

import webkit2png
from pprint import pprint
pprint(dir(webkit2png))

['WebkitRenderer',
 '__all__',
 '__builtins__',
 '__doc__',
 '__file__',
 '__name__',
 '__package__',
 '__path__',
 'webkit2png']

我正试图拍摄一张Page的屏幕截图。有没有真正有效的图书馆? 我使用的是ubuntu 12.04。

0 个答案:

没有答案