Tried looking for the misspelled oldmtime on apache.py but can't find it.
Joel
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kartic
Sent: Thursday, February 03, 2005 4:00 AM
To: python-list@python.org
Subject: Re: errors
Joel Eusebio sai
Can someone help me on this, I don' know where the "testmptest" came from
but the mptest.py is at the /usr/local/apache2/htdocs/test directory and
this error came from apache's error_log
PythonHandler mod_python.publisher: ImportError: No module named testmptest
Thanks,
Joel
--
http://mail.py
uary 01, 2005 5:47 PM
To: python-list@python.org
Subject: Re: Newbie Question
On Tue, 01 Feb 2005 17:47:39 -0800, Joel Eusebio wrote:
> Whenever I access test.py from my browser it says "The page cannot be
> found" , I have the file on /var/www/html, what did I miss?
>
> Than
Hi Everybody,
I'm pretty new to Python and would like to ask a few questions. I have this
setup on a Fedora Core 3 box.
Python 2.3.4
wxPython-common-gtk-ansi-2.5.3.1-fc2_py2.3
mod_python-3.1.3-5
Apache/2.0.52
I have a test.py which looks like this:
from mod_python import apache
def handler(req)