Thread: question
View Single Post
Old Jun 5th, 2006, 3:20 AM   #2
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
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.
coldDeath is offline   Reply With Quote