New submission from Ryan <r.ste...@gmail.com>:

I'm creating a GUI application that needs to give the user the option to change 
a folder that's used for saving data.

I managed to track it down to the import of pywinauto to the application. All 
other filedialogs seem to work, it's only askdirectory that's having issues.

I've attached a small file that shows the crash - if you comment out the 
pywinauto import, no crash occurs.

----------
components: Tkinter
messages: 320949
nosy: gpolo, rsteel1
priority: normal
severity: normal
status: open
title: tkinter.filedialog.askdirectory() crashing before dialog opens
type: crash
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34029>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to