mod_python on Win32 [new problem]

dsavitsk dsavitsk at e-coli.net
Thu May 3 21:06:27 EDT 2001


um ... that last problem seems to be solved, but here's a new one.  this
error is now returned from the server

Mod_python error: "PythonHandler test"

Traceback (most recent call last):

  File "c:\program files\python20\lib\mod_python\apache.py", line 180, in
Dispatch
    object = resolve_object(self.req, module, object_str, silent)

  File "c:\program files\python20\lib\mod_python\apache.py", line 396, in
resolve_object
    raise AttributeError, s

AttributeError: module 'c:\program files\python20\lib\test\__init__.py'
contains no 'handler'

anyone know? thanks.
doug

"dsavitsk" <dsavitsk at e-coli.net> wrote in message
news:aZlI6.8626$R2.6533963 at newsrump.sjc.telocity.net...
> I have followed the install instructions as best as i am able, and i am
> getting the following error in the error.log when I try to run
> http://localhost/python/mptest.py
>
> [Thu May 03 18:33:29 2001] [error] [client 192.168.0.4] python_handler:
> make_obcallback returned no obCallBack!
>
> do i need to post more details, or can someone decipher what this means?
>
> thanks,
> doug
>
>





More information about the Python-list mailing list