Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #6107

Re: Multiple file select with tkFileDialog passes back 'decorated' strings (sometimes)

From "Gabriel Genellina" <gagsl-py2@yahoo.com.ar>
Subject Re: Multiple file select with tkFileDialog passes back 'decorated' strings (sometimes)
Date 2011-05-23 21:41 -0300
References <4dda5a89$0$49175$e4fe514c@news.xs4all.nl>
Newsgroups comp.lang.python
Message-ID <mailman.1992.1306197690.9059.python-list@python.org> (permalink)

Show all headers | View raw


En Mon, 23 May 2011 10:00:53 -0300, Alex van der Spek <zdoor@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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Multiple file select with tkFileDialog passes back 'decorated' strings (sometimes) "Alex van der Spek" <zdoor@xs4all.nl> - 2011-05-23 15:00 +0200
  Re: Multiple file select with tkFileDialog passes back 'decorated' strings (sometimes) "Gabriel Genellina" <gagsl-py2@yahoo.com.ar> - 2011-05-23 21:41 -0300

csiph-web