Re: Bug Report

Chris Spencer <[email protected]> Sat, 28 May 2005 00:37:55 -0400
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
Chris Spencer wrote:

> In fact, it seems SPE is unable to open any files whatsoever unless 
> they're passed in via the command prompt. This is a critical bug.
> 
> Chris

dlg.GetPaths(), on line 235 of Parent.py, returns nothing even if 
multiple files are selected. However, GetPath() does return the first 
selected file, so this can be used as a temporary fix. I haven't been 
able to trace the problem any further. You appear to be using 
wx.FileDialog correctly. This might almost be a wx issue.

Chris