Bug Report

Chris Spencer <[email protected]> Wed, 25 May 2005 00:25:37 -0400
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
When I select and try to open multiple file simultaneously, I get the 
error:

Traceback (most recent call last):
   File "/usr/lib/python2.3/site-packages/_spe/Menu.py", line 429, in 
menu_open_files
     self.parentPanel.open(event)
   File "/usr/lib/python2.3/site-packages/_spe/Parent.py", line 235, in open
     self.openList(fileList)
   File "/usr/lib/python2.3/site-packages/_spe/Parent.py", line 526, in 
openList
     return child
UnboundLocalError: local variable 'child' referenced before assignment

Also, after cutting and pasting class methods within a file, SPE will 
crash when you save the file.

Other than this, SPE has handled great. Keep up the good work.

Chris