This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients Brian.Gernhardt, Cody.C, amaury.forgeotdarc, roger.serwy, terry.reedy
Date 2012-05-19.22:14:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
On Win7, I can replicate the problem with 64-bit Python 3.2.3. However, it does not occur for 32-bit Python 3.2.2.

This problem is not due to IDLE. There is a problem with the 64-bit version of tkinter's file dialog. From a 64-bit python environment, bring up the dialog with:

    import tkinter.filedialog
    tkinter.filedialog.asksaveasfile()

and repeat the steps 3-6 from msg144106. It crashes. Repeating this with a 32-bit python environment does not have a problem.
History
Date User Action Args
2012-05-19 22:14:10roger.serwysetrecipients: + roger.serwy, terry.reedy, amaury.forgeotdarc, Brian.Gernhardt, Cody.C
2012-05-19 22:14:10roger.serwysetmessageid: <[email protected]>
2012-05-19 22:14:09roger.serwylinkissue12988 messages
2012-05-19 22:14:09roger.serwycreate