[Tkinter-discuss] file dialog changes

Emiliano Gavilan emilianogavilan at gmail.com
Thu Feb 23 06:54:54 EST 2017


The "problem" seems to be Tcl/Tk tip 432 (
http://www.tcl.tk/cgi-bin/tct/tip/432 ).
Apparently your "new" installation provides an older version of Tk. You
need Tcl/Tk 8.6.3 or newer to see the modern dialogs.

Regards
Emiliano


2017-02-22 11:28 GMT-03:00 CAB via Tkinter-discuss <
tkinter-discuss at python.org>:

> Hi, All,
>
> I have been happily developing applications in a Win32/Python 2.7
> environment for years, now.  I recently decided I needed to update multiple
> python packages, so I installed Anaconda on my Win7 computer.  Everything
> is more or less fine (once I dealt with some backward compatibility
> issues), but I noticed that the file dialogs called by tkinter are
> different now.  Here is what askopenfilename used to look like:
> [image: Inline image]
> I like it!
>
> But here is the new version:
> [image: Inline image]
> Blech!
>
> I have googled the bejeezus out of this, but I can't find an explanation
> for the difference.  I think it must boil down to differences in Tk/Tcl, or
> a setting therein, or possibly pywin32.  But I just haven't been able to
> figure it out.  Obviously, I'd like to go back to the old appearance.
>
> If anyone has any suggestions to fix this problem, I would be most
> appreciative.
>
> Best,
> Chad
>
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss at python.org
> https://mail.python.org/mailman/listinfo/tkinter-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20170223/7f8fc115/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 53621 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20170223/7f8fc115/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 136000 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20170223/7f8fc115/attachment-0003.png>


More information about the Tkinter-discuss mailing list