The proper way to import modules from WebKit, such as Page, is by qualifying the module with WebKit.
For example, this:
from Page import Pagenow becomes:
from WebKit.Page import PageIf you previously had WebKit in your Python path please remove it.