-
Did you pack it on Windows 11? If so, do users run it on Windows 7 and 8? If it runs, then great, I will be sure that if I pack my application, it will also run. I know that in Linux with Pyinstaller it's a complete disaster. As for Windows, I think it’s better, but I have my doubts. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I converted the python file to exe using pyinstaller on windows 11. And also tried on windows 10 and it works fine. But I don't know about windows 7, might not work. However the user base is very low, so no need to worry, just specify the minimum requirements. Secondly, if you want to make an executable for linux, you need to make the executable inside a linux system, using pyinstaller, but there are lots of permission issues with the packed executable. The same goes with MacOS. Here is a guide you can follow: TomSchimansky/CustomTkinter#939 |
Beta Was this translation helpful? Give feedback.
@limafresh Yes, we can pack it in onefile, CTkDesigner is itself packed as onefile exe.
I think Tom Scimansky missed that part, that's why I created the new discussion title "improved wiki'
You can also watch this video : https://youtu.be/6WApXONjGFA?si=bMP5bYv4J0wCPvgH