SPE.py crashed with AttributeError in OnIdle()

Bug #357343 reported by PirBoazo
6
Affects Status Importance Assigned to Milestone
spe (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: spe

Crash à l'excution de ce script simple

regards.

#!/usr/bin/python
# -*- coding: iso-8859-15 -*-
import wx

class Bonjour(wx.Frame):
     def __init__(self, titre):
         wx.Frame.__init__(self, None, 1, title = titre, size = (200, 75))
         conteneur = wx.Panel(self, 1, size = self.GetClientSize())
         etiquette = wx.StaticText(conteneur, 1, "Bonjour tout le monde !",
                                      style = wx.ALIGN_CENTRE)
         etiquette.CentreOnParent()

class MonApp(wx.App):
     def OnInit(self):
         fen = Bonjour("Titre ?")
         fen.Show(True)
         self.SetTopWindow(fen)
         return True
app = MonApp()
app.MainLoop()

ProblemType: Crash
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/spe/_spe/SPE.py
InterpreterPath: /usr/bin/python2.6
NonfreeKernelModules: ath_hal
Package: spe 0.8.4.h-1
PackageArchitecture: all
ProcCmdline: python /usr/bin/spe
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/spe']
SourcePackage: spe
Title: SPE.py crashed with AttributeError in OnIdle()
Traceback:
 Traceback (most recent call last):
   File "/usr/share/spe/_spe/tabs/Output.py", line 121, in OnIdle
     if self.inputstream.CanRead():
 AttributeError: 'Panel' object has no attribute 'inputstream'
Uname: Linux 2.6.28-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

Revision history for this message
PirBoazo (pierre-boizot-name) wrote :
Revision history for this message
PirBoazo (pierre-boizot-name) wrote :

I have receive several same message.
pierre

tags: removed: need-duplicate-check
visibility: private → public
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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