[mod_python] test doesn't work
    Gregory Trubetskoy 
    grisha at modpython.org
       
    Tue Jun 20 22:00:16 EST 2000
    
    
  
On Tue, 20 Jun 2000, Gregory Trubetskoy wrote:
> I am almost certain that this is caused by
> 
> 1. a syntax error in test.py
> 2. a permissions problem
OR
3. If the PythonHandler directive is in httpd.conf outside any <Directory>
tags, or if PythonHandler is inside a <Directory> different from that in
which test.py is, then /usr/local/lib/python1.5/test/ gets imported
instead, which, of course, doesn't have a function called "handler".
HTH
Grisha
    
    
More information about the Mod_python
mailing list