On Sat, Feb 25, 2012 at 1:41 PM, lkcl luke <[email protected]> wrote: > On Sat, Feb 25, 2012 at 7:26 PM, Jeffrey Van Voorst > <[email protected]> wrote: >> I got pyjamas desktop (using pythonwebkit) working fairly easily on my >> Gentoo system (well at least Hello.py in the examples/helloworld works >> fine with bin/pyjd). (On a completely different note, I cannot find >> an ebuild for python desktop on gentoo any more.) >> >> Mac OS X is a different story. I still need to install some of the >> dependencies for pythonwebkit. It seems that I cannot install python >> GTK+ 2.24 without first installing GObjectIntrospection. > > that's fine... but it has nothing to do with pythonwebkit. >
running ../autogen.sh --without-gnome in pythonwebkit/build gives the following error: checking for PYGTK... no configure: error: Package requirements (pygtk-2.0) were not met: This is the reason that I am trying to install pygtk-2.0. It appears to me that I require pygtk-2.0. I know that this is not a problem with respect to pythonwebkit, but I need to resolve it before I build pythonwebkit.

