Commercial Products in Python
Bruno Desthuilliers
bdesth.quelquechose at free.quelquepart.fr
Tue Oct 21 12:31:39 EDT 2008
More information about the Python-list mailing list
Tue Oct 21 12:31:39 EDT 2008
- Previous message (by thread): pymssql stored procedures - NEW THREAD
- Next message (by thread): Commercial Products in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paulo J. Matos a écrit : > Hi all, > > I was just wondering, if you wish to commercialize an application > developed in Python, what's the way to go? > I guess the only way is to sell the source, right? Nope, why ? > This is because (and tell me if I am wrong): > 1) You can't sell an executable because Python doesn't compile to native > code (the usual approach, afaik); > 2) You can't sell the bytecode, otherwise you get the client stuck with > a specific python version (given bytecode might vary between versions) > (the alternative); This is the case for quite a few languages (VB6 and Java just to name a few), and it seems like it didn't prevent anyone writing and selling commercial software written with these languages.
- Previous message (by thread): pymssql stored procedures - NEW THREAD
- Next message (by thread): Commercial Products in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list