Re: Python application distribution

2008-05-05 Thread Ville M. Vainio
ron.longo wrote: > unable to execute. Why is this? At this point I'm not really keen on > handing out the source files to my application, it feels unprofessional. If you plan to deploy on windows, py2exe could be the more "professional" approach you are thinking of. -- http://mail.python.org

Re: Python application distribution

2008-05-05 Thread Ville M. Vainio
ron.longo wrote: unable to execute. Why is this? At this point I'm not really keen on handing out the source files to my application, it feels unprofessional. If you plan to deploy on windows, py2exe could be the more "professional" approach you are thinking of. -- http://mail.python.org/m

Re: Python application distribution

2008-05-01 Thread Martin v. Löwis
> I haven't figured out a way to do this but see no reason why it cannot be > done. I have a decent size application written in 100% Python. I would > like to distribute this application, but only the .pyc files. Since the > .pyc's are just the compiled sources I figured it would work, but if I

Python application distribution

2008-05-01 Thread ron.longo
http://www.nabble.com/Python-application-distribution-tp16993351p16993351.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list