Python email parser

2007-01-25 Thread mneagul
Hello, I want to use email.Parser for parsing some email messages but I have a small problem: it is very, very slow... For 110MB of email messages it takes ~29-30 seconds for parsing. Do you know some other email parser for python? Marian Neagul -- http://mail.python.org/mailman/listinfo/p

mod_python bytecompiling

2006-03-29 Thread mneagul
Hello! I am writing a small program using mod_python publisher extension. I have created several python files and imported them in a `main' file. How can I stop mod_python to byte compile the files? I want to make changes to the files and see result imediately! In the current setup only

Re: mod_python bytecompiling

2006-03-29 Thread mneagul
Problem solved!!! Thank You! -- http://mail.python.org/mailman/listinfo/python-list