Re: [Geany-devel] geanypy again query this time :)

2012-07-25 Thread Oly
cheers that makes sense, for some reason i thought gi.repository did gtk 2 and 3 but would make sense its just for 3 On Tue, Jul 24, 2012 at 11:59 PM, Michael Hall mhall...@ubuntu.com wrote: Yes, if you are using from gi.repository import Gtk you are getting Gtk+ 3. Michael Hall

[Geany-devel] geanypy again query this time :)

2012-07-24 Thread Oly
Any one able to tell me why this line fails in plugin and in the interactive console. from gi.repository import Gtk as gtk,GObject as gobject,GLib as glib you can still use import gtk glib and gobject but they are being depricated in favour of the above and the current versions of glade generate

Re: [Geany-devel] geanypy again query this time :)

2012-07-24 Thread Matthew Brush
On 12-07-24 03:14 PM, Oly wrote: Any one able to tell me why this line fails in plugin and in the interactive console. from gi.repository import Gtk as gtk,GObject as gobject,GLib as glib you can still use import gtk glib and gobject but they are being depricated in favour of the above and the

Re: [Geany-devel] geanypy again query this time :)

2012-07-24 Thread Michael Hall
Yes, if you are using from gi.repository import Gtk you are getting Gtk+ 3. Michael Hall mhall...@ubuntu.com On 07/24/2012 06:22 PM, Matthew Brush wrote: On 12-07-24 03:14 PM, Oly wrote: Any one able to tell me why this line fails in plugin and in the interactive console. from gi.repository