I want to use win 7 style file chooser in python.
This is the same question like:
Does Swing support Windows 7-style file choosers? just in PYTHON.
I tried Tkinter, easygui but both of them looks like this:
python-course.eu mentions that Tkinter's look and feel depends on the system, but I try this and its dialog has the old style on win 7.
More detail: http://www.python-course.eu/tkinter_dialogs.php
Thanks Benedek