From: Chris S. <cps...@ya...> - 2013-08-15 09:11:07
|
Thanks for the help with the python problem. I've run into another problem while trying to run solfege: glib.GError: Couldn't recognize the image file format for file './graphics/solfege.svg' Terminated: 15 After a bit of searching I think the problem is related to librsvg (see here <https://github.com/mxcl/homebrew/issues/13786>). Is it possible to install librsvg into gtk-osx? If so, how should I do this? Cheers, Chris ________________________________ From: John Ralls <jr...@ce...> To: Chris Share <cps...@ya...>; GTK+-2 OSX Users <gtk...@li...> Sent: Tuesday, 13 August 2013 12:41 PM Subject: Re: [gtk-osx-users] [Gtk-osx-users] Installing pyGTK On Aug 12, 2013, at 6:31 PM, Chris Share <cps...@ya...> wrote: Hi, > > >I'm currently trying to build solfege-3.22.0. The program requires pygtk. > > >When I run configure (from a jhbuild shell) I get the following error: > > >configure: error: Package requirements (pygtk-2.0 >= 2.12.0) were not met: > > >No package 'pygtk-2.0' found > > >Consider adjusting the PKG_CONFIG_PATH environment variable if you >installed software in a non-standard prefix. > > >Alternatively, you may set the environment variables PYGTK_CFLAGS >and PYGTK_LIBS to avoid the need to call pkg-config. >See the pkg-config man page for more details. > > >Is it possible to install pygtk so that it uses gtk-osx? > > >If so, how do I do this? > > You have to build meta-gtk-osx-python to get pygtk and meta-gtk3-osx-python for pygobject. Regards, John Ralls |