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



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to