Roger Serwy <roger.se...@gmail.com> added the comment:

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.

----------
components: +Tkinter, Windows -IDLE
priority: normal -> high
title: IDLE on Win7 crashes when saving to Documents Library -> Tkinter File 
Dialog crashes on Win7 when saving to Documents Library
versions: +Python 3.3

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

Reply via email to