Closed GoogleCodeExporter closed 9 years ago
I've installed pygobject-2 from source, and now pygobject-codegen is
successfully
detected but the result is the same
a "dir(webkit)" gives the following results :
>>> dir (webkit)
['Download', 'NetworkRequest', 'WebBackForwardList', 'WebFrame',
'WebHistoryItem',
'WebInspector', 'WebNavigationAction', 'WebSettings', 'WebView',
'WindowFeatures',
'__doc__', '__file__', '__name__']
Original comment by Doomed...@gmail.com
on 31 Mar 2009 at 10:54
Figured it out
In the file "webkit-1.1-types.defs" line 43, a 'c' is missing :)
The ligne
- (define-objet WebPolicyDecision
should be
+ (define-object WebPolicyDecision
Hope this will help someone :)
Regards
Original comment by Doomed...@gmail.com
on 31 Mar 2009 at 2:09
Hi DoomedFox
Thanks for taking the time to look into this. The fix is now part of PyWebKitGtk
1.1.4 which is available at http://code.google.com/p/pywebkitgtk/downloads/list.
Thanks again,
Jan
Original comment by jmalo...@gmail.com
on 1 Apr 2009 at 9:42
Original issue reported on code.google.com by
Doomed...@gmail.com
on 31 Mar 2009 at 10:33