Re: mod_python bytecompiling

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

Re: mod_python bytecompiling

2006-03-29 Thread grahamd
Fredrik Lundh wrote: > "mneagul" wrote: > > >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 se

Re: mod_python bytecompiling

2006-03-29 Thread Fredrik Lundh
"mneagul" wrote: >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 th

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