distributing apps without the Python source?

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Wed Oct 8 11:26:35 EDT 2008


On Wed, 08 Oct 2008 09:18:47 -0600, Joe Strout wrote:

> We have a client who's paranoid about distributing the Python source to
> his commercial app.  Is there some way I can distribute and use just the
> .pyc files, so as to not give away the source?

Yes.  Just use the *.pyc files.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list