PySimpleGUI frame work it works fine when converting it to .exe file using this comand pyinstaller -wF myfile.py
but when I linked it to my program that contains matplotlib code it builds a .exe file successfully but when I run it an error happens which is “failed to execute script myfile
I tried to run it as admin but same problem
I’m using the latest matplotlib version and python 3
Any help?
just don't. python is not really good for gui's and python is bad for windows executables.
should executables even work for libraries that have to open windows?
Обсуждают сегодня