Mod_python error: "PythonHandler myghty.ApacheHandler::handl
Brought to you by:
zzzeek
I have this error below with 0.96a,b but works fine
with 0.95x
Mod_python error: "PythonHandler
myghty.ApacheHandler::handle"
Traceback (most recent call last):
File
"D:\Python23\lib\site-packages\mod_python\apache.py",
line 287, in HandlerDispatch
log=debug)
File
"D:\Python23\lib\site-packages\mod_python\apache.py",
line 454, in import_module
f, p, d = imp.find_module(parts[i], path)
ImportError: No module named ApacheHandler
Any idea why?
Thanks!
Logged In: YES
user_id=1100624
yup, youre right, a directory change is not being reflected
in the setup script. i will have a new release up within
two hours.
Logged In: YES
user_id=1100624
ok, only needed a small change in setup.py, basically added
'myghty.http' to the list of packages.
please download 0.96c from the site and let me know that it
installs OK. its preferable if you completely remove the
previous install.