11
的Webkit當我嘗試導入從gi.repository
Webkit
,它提供了一個ImportError
:無法導入從gi.repository
from gi.repository import Webkit
ERROR:root:Could not find any typelib for Webkit
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name Webkit
我在做什麼錯?
似乎在Ubuntu 17.10及更高版本應該是gir1.2- webkit2-4.0,因此'sudo apt-get install gir1.2-webkit2-4.0'應該可以工作......但不幸的是,即使安裝了它,也不能導入Webkit。 – NoBugs
其實你可以,但只能使用與我們之前版本完全不同的gi repository'WebKit2'模塊。 – NoBugs
謝謝,我在答覆中也註明了這一點,這是6年多的變化;) – shakaran