|
Take a look at py2exe (google) it makes your python code into a windows executable by bundling the whole python interpretor with it. Python was not designed to be made into executables, its an interpreted scripting language, but py2exe lets you make one with a lot of overhead.
__________________
Join us at #programmingforums @ irc.freenode.net!
My software never has bugs. It just develops random features.
|