Public bug reported:

Binary package hint: spe

I am trying to write the following code using SPE (latest version
0.8.4.e for ubuntu repo):

#!/usr/bin/env python

import sys
try:
    import pygtk
    pygtk.require("2.0")
except:
    pass
try:
    import gtk
    import gtk.glade
except:
    sys.exit(1)

class GladeTester:

    def __init(self):
        gtk.glade

If you add a dot (.) after "gtk.glade" SPE immediately quits. It seems
like silent crash.

** Affects: spe (Ubuntu)
     Importance: Undecided
         Status: New

-- 
SPE crashes on the gtk.glade code in editor
https://bugs.launchpad.net/bugs/211232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to