spe crashes!
Bschorer Elmar <elmar.bschorer-hvmQA13wJmtWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.python.spe.user |
|---|---|
| Message-ID | <[email protected]> |
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-hvmQA13wJmtWk0Htik3J/[email protected]
Lilienthalstrasse 2 phone: +49.711.88770.138
D-70825 Stuttgart-Korntal, Germany fax: +49.711.88770.349
-------------------------------------------------------------------------