[spe.pycs.net] spe crashes!

Bschorer Elmar elmar.bschorer at millenux.com
Tue Jan 20 11:15:13 CET 2004


hi @all,

if i try to run the following code by pressing F9
spe crashes!

-------------------------------------------------------
#!/usr/bin/env python

import gtk

class Base:
     def __init__(self):
         self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)
         self.window.show()

     def main(self):
         gtk.main()

if __name__ == "__main__":
     base = Base()
     base.main()

----------------------------------------------------------

-------------------------------------------------------------------------
Elmar Bschorer
Millenux GmbH                            elmar.bschorer at millenux.com
Lilienthalstrasse 2                         phone: +49.711.88770.138
D-70825 Stuttgart-Korntal, Germany          fax:   +49.711.88770.349

-------------------------------------------------------------------------




More information about the Spe-user mailing list