autocomplete - SublimeCodeIntel : could not find Python blob 'gtk' -
i'm having troubles using sublimecodeintel python. illustration :
self.window = gtk.window(gtk.window_toplevel) self.window.set_title("mega connector") self.window.connect("delete_event", self.delete_event) self.window.connect("destroy", self.destroy) self.window.set_border_width(10) self.window.
when sublimecodeintel tries find out functions can apply object, returns me : could not find info python blob 'gtk'
, same every function i'm trying with. i'm using python2.7 , import gtk
. code works fine, autocompletion seems not work. don't know why, explain me why ?
autocomplete sublimetext2
No comments:
Post a Comment