[mod_python] mod_python mptest.py works publisher not

Nicolas Lehuen nicolas.lehuen at gmail.com
Thu Oct 13 02:03:01 EDT 2005


Hi,

Can you try this in a Python interpreter ?

import new
m = new.module('foobar')

Regards,
Nicolas

2005/10/12, python_it at hotmail.com <python_it at hotmail.com>:
>
> I'm going to work with mod_python.
>
>
> I install mod_python 3.2.2b for python 2.4.
>
>
> If i test my install with
> mptest.py
> see this link:
> http://www.modpython.org/live/mod_python-3.2.2b/doc-html/modpython.html
> IT WORKS!
>
>
> But if i try this:
>
>
> <Directory "C:\.......">
> AddHandler mod_python .py
> PythonHandler mod_python.publisher
> PythonDebug On
> </Directory>
>
>
> http://www.modpython.org/live/mod_python-3.2.2b/doc-html/tut-pub.html
>
>
> It don't work!
>
>
> I Get the following message:
>
>
> Mod_python error: "PythonHandler mod_python.publisher"
>
>
> Traceback (most recent call last):
>
>
> File "C:\Program
> Files\Python24\Lib\site-packages\mod_python\apache.py", line 299, in
> HandlerDispatch
> result = object(req)
>
>
> File "C:\Program
> Files\Python24\Lib\site-packages\mod_python\publisher.py", line 204, in
> handler
> module = page_cache[req]
>
>
> File "C:\Program
> Files\Python24\Lib\site-packages\mod_python\cache.py", line 77, in
> __getitem__
> return self._checkitem(name)[2]
>
>
> File "C:\Program
> Files\Python24\Lib\site-packages\mod_python\cache.py", line 119, in
> _checkitem
> value = self.build(key, name, opened, entry)
>
>
> File "C:\Program
> Files\Python24\Lib\site-packages\mod_python\publisher.py", line 77, in
> build
> return ModuleCache.build(self, key, req, opened, entry)
>
>
> File "C:\Program
> Files\Python24\Lib\site-packages\mod_python\cache.py", line 367, in
> build
> module = new.module(re_not_word.sub('_',key))
>
>
> AttributeError: 'module' object has no attribute 'module'
>
>
> HELP?
>
> _________________________________________________________________
> Krijg direct antwoord op je vragen: MSN Messenger
> http://www1.imagine-msn.com/Messenger/Default2.aspx
>
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20051013/74b32782/attachment-0001.html


More information about the Mod_python mailing list