Re: Compiling Webkit-Glib and PyWebkitGTK for Win32

2008-10-15 Thread lkcl
terry, hi: instructions to ensure that you have the right build environment for windows is here: http://webkit.org/building/tools.html it's not made clear whether the use of VS 2005 will _automatically_ download all of the build dependencies for you - you'll have to find out :) regarding

Compiling Webkit-Glib and PyWebkitGTK for Win32

2008-10-14 Thread lkcl
On Oct 13, 4:03 pm, Propad [EMAIL PROTECTED] wrote: the bottom line is: if you want a windows version of pywebkitgtk, i'm happy to assist and advise anyone of the process- it should be quite straightforward _if_ you have MSVC and follow the standard If Visual Studio 2005 suffices, I'd give

Re: Compiling Webkit-Glib and PyWebkitGTK for Win32

2008-10-14 Thread lkcl
the reason why you'll need python-gtk2 is because of codegen.py - that is used to turn the webkit.defs into a webkit.c file. this might help: http://aruiz.typepad.com/siliconisland/2006/12/allinone_win32_.html it includes python-gobject, python-gtk, gtk runtime and much more. exactly _how_