[issue18877] tkinter askopenfilenames does not work in Windows library folder

2014-05-13 Thread AJNeufeld
AJNeufeld added the comment: I'd like this issue to be reopened. It does not appear resolved. It is different from the wantobjects=False issue. Windows 7 has 'libraries' which are folders containing the contents of more than one folder. For instance, on my computer > Libraries > Document

[issue18877] tkinter askopenfilenames does not work in Windows library folder

2013-12-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Already applied in issue3015. -- resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed superseder: -> tkinter with wantobjects=False has been broken for some time ___ Python tra

[issue18877] tkinter askopenfilenames does not work in Windows library folder

2013-09-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See also #3015 and #5712. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18877] tkinter askopenfilenames does not work in Windows library folder

2013-09-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This patch should fix the issue (as many other issues). -- assignee: -> serhiy.storchaka keywords: +patch stage: needs patch -> patch review versions: +Python 3.4 Added file: http://bugs.python.org/file31768/tkinter_Tkapp_CallResult.patch ___

[issue18877] tkinter askopenfilenames does not work in Windows library folder

2013-09-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I guess tkinter.wantobjects is 0 for you? -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Py

[issue18877] tkinter askopenfilenames does not work in Windows library folder

2013-08-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: There was a issue about people not being able to open windows 'library' files from Idle, but it was determined not to be an Idle problem. I cannot find it now. The outcome may have been that this was presumed to be a tk bug, but your report about the alternate

[issue18877] tkinter askopenfilenames does not work in Windows library folder

2013-08-29 Thread tegavu
New submission from tegavu: Using Python 3.3 on W7x64 I wanted to create a file dialog that allows me to select multiple files. The code below is an example of how to re-create the bug. # -*- coding: iso-8859-15 -*- # Python 3 import tkinter import tkinter.filedialog def callback(): na