Does Python code >.require<< a run-time environment?? (New to Python)

Paul Prescod paul at prescod.net
Fri Jul 14 12:48:51 EDT 2000


> I like the language... but one reason why I'm looking at something
> -other- than Java is that I am kinda needing an .exe -type
> capability...

Either Python or Java code can be distributed as an executable. The
executable bundles the interpreter into it. For Python, you want to look
at

http://starship.python.net/crew/gmcm/distribute.html

For Java, at "jexegen.exe".

-- 
 Paul Prescod - Not encumbered by corporate consensus
It's difficult to extract sense from strings, but they're the only
communication coin we can count on. 
	- http://www.cs.yale.edu/~perlis-alan/quotes.html




More information about the Python-list mailing list