JuanPotato / Legofy

Make images look as if they are made out of 1x1 LEGO blocks
MIT License
3.16k stars 189 forks source link

Best way to make binary executable ? #90

Closed ITCave closed 9 years ago

ITCave commented 9 years ago

So far I always used py2exe - do you guys know better alternative that works with tkinter?

JuanPotato commented 9 years ago

No clue

nabijaczleweli commented 9 years ago

Why not Google it?

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)...

ITCave commented 9 years ago

@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,