I built a GUI application for Windows using:
- Python 3.4.0
- PySimpleGUI 4.0.0
- Py2exe to create the .exe file
However when I run the application by running the .exe file, the FileBrowse and FolderBrowse dialogs of PySimpleGUI look different than running the application direcly from the script.
- Does anyone know why the dialogs showup differently?
- How can this behavior be avoided?
What I expect is that also the file and folder browse elements I used look the same after conversion to an .exe file.
FolderBrowse dialog when I run my application from the script