This commit is contained in:
Marco Pesenti Gritti
2006-05-19 14:19:03 -04:00
parent d2cc475095
commit 8499e97a00
3 changed files with 29 additions and 16 deletions
+4 -1
View File
@@ -38,4 +38,7 @@ def start(console):
args.append('--console')
os.spawnvp(os.P_NOWAIT, 'python', args)
gtk.main()
try:
gtk.main()
except KeyboardInterrupt:
pass