Closed ITCave closed 9 years ago
No clue
Also, from the first answer to first Google result:
Or use PyInstaller as an alternative to py2exe. Here is a good starting point. PyInstaller let's you also create executables for linux and mac(sic)...
@nabijaczleweli
I know how Google works. I ask not because I can't use it I ask because I did and failed finding a suitable solution. Besides that there is always a hope for someone with more experience in this particular area, instead of benchmarking all of available solutions.
Anyways, I tried pyinstaller, but have trouble setting it up probably because of tkinter,
So far I always used py2exe - do you guys know better alternative that works with tkinter?