On Sat, Feb 25, 2012 at 9:06 PM, Jeffrey Van Voorst <[email protected]> wrote: > 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.
yes. "port emerge pygtk" or something similar should do the trick... *if* you are using darwinports (which you haven't confirmed) > I know that this is not a problem > with respect to pythonwebkit, but I need to resolve it before I build > pythonwebkit. yes. the way that i've done this in the past is to do a darwinports "emerge" of pywebkitgtk, then *removed* the darwinports pywebkitgtk package. the process of doing that of course requires that each and every dependency is built and installed. this saved me a vast amount of time and i did not need to fuck around trying to manually work out 30+ software package dependencies, especially when someone else had already done so and neatly provided an automated installation system which brought the entire system up-to-date. of course if there is no longer a darwinports pywebkitgtk package then you're probably more than 80% of the way through the manual installation of dependencies _anyway_ :) l.

