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. > I may have > broken the linker on that system, as there are several packages for > which the Xcode gcc still cannot symbols even though they are in the > library it is trying to link. again, that's nothing to do with pythonwebkit. are you sure you're using darwinports correctly? have you looked at the recipes that are created? you _really_ don't want to be using the standard gcc compiler that's supplied with macosx - only use it if you are absolutely desperate. you _really_ want to be using the darwinports gcc and g++. l.

