Problem solved!!!
Thank You!
--
http://mail.python.org/mailman/listinfo/python-list
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
"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
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