[Geany-devel] geanypy patch

2012-07-24 Thread Oly
I have included a simple patch to stop geanypy falling over when it hits a problem with a python plugin it will also print out the exception error to help fix the issues :) bad-plugin.patch Description: Binary data ___ Geany-devel mailing list

[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