#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@…): Hi, do you experience actual issues with gtk-osx-application in python ? With the new gtk3 there is no more need for specific code; everything works through gobject-introspection. You should try to run python2.7 and paste this code: {{{ from gi.repository.GtkosxApplication import Application a = Application() # make it jump a.attention_request(0) # stop jumping a.cancel_attention_request(0) }}} It works for me ;-) -- Ticket URL: <https://trac.macports.org/ticket/40547#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X