Re: [Webware-discuss] .pyc files

2004-03-31 Thread Christoph Zwerschke
> Is there any way to really protect source? Of course, there are several possibilities to scrable and encrypt the code, but in the end it has to be descrambled and decrypted in order to be executed by the Python interpreter anyway, and a versatile hacker will always be able to intercept the code

Re: [Webware-discuss] .pyc files

2004-03-30 Thread German Medina
Christoph Zwerschke wrote: Is possible to use only .pyc files in WebKit? Yes, you can use only .pyc or only .pyo files. Please be aware however, that this gives you no real security in protecting your source. It is very easy to decompile python sources. (Only the comments should be stripped a

Re: [Webware-discuss] .pyc files

2004-03-30 Thread Christoph Zwerschke
> Is possible to use only .pyc files in WebKit? Yes, you can use only .pyc or only .pyo files. Please be aware however, that this gives you no real security in protecting your source. It is very easy to decompile python sources. (Only the comments should be stripped away, and in the case of pyo, a

Re: [Webware-discuss] .pyc files

2004-03-30 Thread JZ
Hello Ian, Monday, March 29, 2004, 6:36:03 PM, you wrote: >> Is possible to use only .pyc files in WebKit? > You'll have to edit the configuration to make them visible (by default > they are not), and put them in the extension cascades so that the > presence of both a .py and .pyc file doesn't

Re: [Webware-discuss] .pyc files

2004-03-29 Thread Ian Bicking
German Medina wrote: Is possible to use only .pyc files in WebKit? You'll have to edit the configuration to make them visible (by default they are not), and put them in the extension cascades so that the presence of both a .py and .pyc file doesn't cause a conflict (Webware usually bails when th

[Webware-discuss] .pyc files

2004-03-29 Thread German Medina
Is possible to use only .pyc files in WebKit? --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system a