#40547: gtk-osx-application @2.0.1 configure fails to find python... ----------------------------------+-------------------------------- Reporter: c.herbig@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: gtk-osx-application | ----------------------------------+-------------------------------- Comment (by elelay@…): ok, I also had issues with the precompiled version of py-gobject3. I could not even do (you can try that as well): {{{ from gi.repository import Gtk }}} Now I solved it by doing: {{{ port uninstall -f py27-gobject3 port clean py27-gobject3 port install -s py27-gobject3 }}} (ensuring that the package is actually built from source) and then retrying the python sample. -- Ticket URL: <https://trac.macports.org/ticket/40547#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X