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 <1337465650.3.0.954888293616.issue12988@psf.upfronthosting.co.za>
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: <1337465650.3.0.954888293616.issue12988@psf.upfronthosting.co.za>
2012-05-19 22:14:09roger.serwylinkissue12988 messages
2012-05-19 22:14:09roger.serwycreate