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

2012-07-25 Thread Oly
...@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 import Gtk as gtk,GObject as gobject,GLib as glib you can still use import gtk glib

[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