Can .py be complied?

Kent Johnson kent37 at tds.net
Wed Apr 27 07:10:22 EDT 2005


monkey wrote:
>>It is generally not very easy or straight-forward.
>>For now, you can use pyfreeze to snap the application.....
>>If your application does not use any C modules, you can try to use
>>Jython instead.
>>
>>Cheers
>>Maurice
> 
> 
> If using Jython to complie, is the end-user need JRE instead of Python
> installed, or need both of them?

The end-user needs the JRE, not Python.

Kent



More information about the Python-list mailing list