[Python-apps-team] Bug#489781: Debian Bug number 466711/489781

Prabhu Ramachandran prabhu at aero.iitb.ac.in
Sat Jul 26 09:24:23 UTC 2008


Hi,

I'd like to test a fix for these bugs.  Could you find the file called
enthought/pyface/file_dialog.py (the same one you found the error in). 
Edit that file and replace the line 118 in the following:

     117         # Get the path of the chosen directory.
     118         self.path = str(self.control.GetPath())

with the following:

     118         self.path = self.control.GetPath()

i.e. remove the str call and see if that works for you.  If it does I'll 
make the change to the branches as well and the bug may be closed as far 
as upstream is concerned.

Thanks.

cheers,
-- 
Prabhu Ramachandran                 http://www.aero.iitb.ac.in/~prabhu





More information about the Python-apps-team mailing list