On Saturday 13 September 2003 18:10, Oden Eriksson wrote:
> lördagen den 13 september 2003 17.48 skrev Michael Scherer:
> > On Saturday 13 September 2003 17:19, Oden Eriksson wrote:
> > > Hi.
> > >
> > > I'm trying to find web applications for apache2-mod_python, but
> > > the only thing I've found is http://pywm.org/, and it's the only
> > > one I have been using while testing the module. Surely there must
> > > be others out there, but I just can't seem to find any, so I need
> > > help finding some.
> >
> > glasnost.
> >
> > use urpmf --require mod_python
>
> Cool. But I get:
>
>
> Mod_python error: "PythonHandler code.webhandler"
>
> Traceback (most recent call last):
>
>   File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line
> 326, in HandlerDispatch
>     log=debug)
>
>   File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line
> 496, in import_module
>     f, p, d = imp.find_module(parts[i], path)
>
> ImportError: No module named webhandler
>
>
>
> Which means?

ouch.

i have this :

Mod_python error: "PythonHandler code.webhandler"

Traceback (most recent call last):

  File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 
326, in HandlerDispatch
    log=debug)

  File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 
499, in import_module
    module = imp.load_module(mname, f, p, d)

  File "/var/www/html/glasnost/code/webhandler.py", line 78, in ?
    class BufferedRequest(apache.Request):

AttributeError: 'module' object has no attribute 'Request'


i will try to check this :/ tomorow.

-- 

Mickaël Scherer


Reply via email to