Quote:
Originally Posted by gottabekd
Just a couple Qs, fredr123: Are you running Windows? How technically savvy are you? Like, if you had to install the python interpreter and then download and extract and install a python module, does that sound like a pain?
Or, I can compile the program into a little EXE. But I've got to figure out how to do that, and that will take some time (good thing I have lots of it).
|
Use freeze. It will compile python into a exe. At least on Linux it does, I've used it a couple times in the past. Since it ships with python, I assume it must work on Windows as well.