Message 320949 - Python tracker

Message320949

Author rsteel1
Recipients gpolo, rsteel1
Date 2018-07-03.09:20:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530609625.32.0.56676864532.issue34029@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-03 09:20:25rsteel1setrecipients: + rsteel1, gpolo
2018-07-03 09:20:25rsteel1setmessageid: <1530609625.32.0.56676864532.issue34029@psf.upfronthosting.co.za>
2018-07-03 09:20:25rsteel1linkissue34029 messages
2018-07-03 09:20:25rsteel1create