SPE crashes on the gtk.glade code in editor

Bug #211232 reported by Patryk Bajer
2
Affects Status Importance Assigned to Milestone
spe (Ubuntu)
Invalid
Undecided
Stani

Bug Description

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.

Revision history for this message
Patryk Bajer (bayger) wrote :

Should be "__init__" of course. :) But is doesn't matter.

Revision history for this message
Stani (stani) wrote :

Sorry, I can' t reproduce your bug. Here everything is working fine as shown in my screenshot. Did you by any chance, changed the ignore list for autocompletion in your preferences?

Revision history for this message
Patryk Bajer (bayger) wrote :

I've updated Ubuntu (huge update) and it seems that the bug doesn't exist anymore. Probably it was a problem with my system.

Stani (stani)
Changed in spe:
assignee: nobody → stani
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.