Multiple file select with tkFileDialog passes back 'decorated' strings (sometimes)
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Mon May 23 20:41:06 EDT 2011
En Mon, 23 May 2011 10:00:53 -0300, Alex van der Spek <zdoor at xs4all.nl>
escribió:
> I switched from Mark Hammonds pywin32 extensions for file choosers as
> the multiselect there seems to crash on me when selecting more than a
> few dozen. Using Tk now. Works well but the resulting string passed back
> seems to 'decorated' when the files are on local disk and not decorated
> when retrieved over a USB interface from an external disk?
>
> I do this:
>
>> From local disk I get back:
>
> '{file1.bin} {file2.bin}'
>
>> From external disk I get back:
>
> 'file1.bin file2.bin'
>
> I can handle/parse both, not an issue but it raises the question: Are
> these the only two possibilities? Is it the same across platforms (I use
> Python 2.7 on Win Vista)?
An old bug. See http://bugs.python.org/issue5712 for a workaround.
--
Gabriel Genellina
More information about the Python-list
mailing list