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

Paul Prescod paul at prescod.net
Sat Jul 15 15:22:19 EDT 2000


Gordon McMillan wrote:
> 
> ...
> > For Python, you want to look
> >at
> >
> >http://starship.python.net/crew/gmcm/distribute.html
> >
> >For Java, at "jexegen.exe".
> 
> Sorry, Paul, the latter does not bundle in the interpreter. It just
> packages up byte code and uses a small exe to start your MS JVM.

True, I forgot that because the MS JVM tends to be installed. I think I
may have exaggerated the features of the former too. Is there any easy
way to make a single executable for Python, the standard library,
required .pyd's and your code? My vague impression is that you could if
you had a compiler and the source for your pyd's, or else you could fall
back on an installer (rather than a single big runnable app).

-- 
 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