Re: Cross platform distribution of standalone executable
don't count out py2exe, especially if your using pywin32's -- http://mail.python.org/mailman/listinfo/python-list
Re: Cross platform distribution of standalone executable
Mahesh wrote: > Hi, > > One of my clients does not want the Python VM installed on his > production machine (because it is not a supported IT language) so the > only way I can program in Python and release the application to him is > to make a standalone executable and deploy it. The last time I lo