Re: I youst don't undestand a part of the book
[Originally posted by daryl d harms] > Hi to everyone who is reading this. > > This i my first language that i start using.I buy the book and I'm reading > it,but i don't get to understand, how do you get our use the freeze tool,in > others words if someone can help me making understand how do i get into a > .exe file writing the program in python.I would be i a happy man! cause i get > to sleep thinking into it, and for my bad luck nobody of my friends know > nothing about python.In others words my question was: how do i make a exe file > that would run in any machine that dosen't got python installed. Hi Edgard, Take a look at Gord McMillan's "install program. It and the documentation on how to use it can be found at: http://starship.python.net/crew/gmcm/distribute.html Its the best way I know of for distributing a standalone Python application. Daryl
|