Follow-up Comment #3, bug #31089 (project weechat): I've created a minimal python script that makes weechat crash. Running it from the commandline works
#import gobject #gobject.threads_init() #import weechat import threading #weechat.register("windicate", "Leon Bogaert", "0.0.1", "GPL", # "fills the indicator applet", "", "") def do_something(): print "Doing something" threading.Thread(target=do_something).start() _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?31089> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/ _______________________________________________ Weechat-dev mailing list Weechat-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/weechat-dev