2

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']

ページのスクリーンショットを撮ろうとしています。実際に機能するライブラリはありますか?ubuntu12.04を使用しています。

4

0 に答える 0