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

[Webware-discuss] how to cancel initialization of plugins?

2004-03-31 Thread Pawel J Maczewski
hi, I'd like to use only WebKit, not other modules of webware (no psp, no com, etc). Is it possible to cancel the initialization of theese modules when AppServer starts? This would speed up the start time and maybe reduce memory usage of WebWare. regars, Pawel -- Pawel Kender Maczewski

[Webware-discuss] Re: how to cancel initialization of plugins?

2004-03-31 Thread Dominik Kotowicz
Uset Pawel J Maczewski wrote: hi, I'd like to use only WebKit, not other modules of webware (no psp, no com, etc). Is it possible to cancel the initialization of theese modules when AppServer starts? This would speed up the start time and maybe reduce memory usage of WebWare. Some time ago I saw

[Webware-discuss] Python equivalent to Jarkarta Lucene

2004-03-31 Thread Gavin
Has anyone written or knows of something similar to Jarkarta Lucene? http://jakarta.apache.org/lucene/docs/index.html --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and

Re: [Webware-discuss] Python equivalent to Jarkarta Lucene

2004-03-31 Thread Lutz Steinborn
Hi, give Lupy a try. Its a Python implementation of Jakarta Lucene. http://www.divmod.org/Home/Projects/Lupy/index.html Regards Lutz On Wed, 31 Mar 2004 21:25:19 +1000 Gavin [EMAIL PROTECTED] wrote: Has anyone written or knows of something similar to Jarkarta Lucene?

Re: [Webware-discuss] Python equivalent to Jarkarta Lucene

2004-03-31 Thread Ian Bicking
Gavin wrote: Has anyone written or knows of something similar to Jarkarta Lucene? http://jakarta.apache.org/lucene/docs/index.html The Chandler people are also working on making the Java Lucene easily available from Python -- they're planning to compile it to binary with gcj (or gjc?) and then