>From my point of view, it seems that I am still missing a list of dependencies for pythonwebkit. As from previous comments, I infer I don't need the gobject-introspection package to get pyjamas desktop working, but from the different notes I read I had inferred that pythonwebkit requires the python bindings for GTK+. I may also be confusing pywebkit and pythonwebkit.
At this point, I will probably just try to build webkit from git clone git://git.savannah.gnu.org/pythonwebkit.git after checking out the python_codegen branch. I will see how far I can get by installing dependencies based on compile/other errors. On a completely different note, there are some comments floating around "teh interwebs" about glib's event loop being painfully slow. For that reason, any project using glib's event loop should do as much as humanly possible to not add unnecessary events (which it appears pyjamas desktop does, but some other solutions do not). In a sense, what I am trying to do is figure out where to best spend my limited time, as I don't have the desire or time to get into a pissing match with core developers of a desktop or browser engine. --Jeff

