Menu

#12 Mod_python error: "PythonHandler myghty.ApacheHandler::handl

closed-fixed
interpreter (4)
9
2004-12-30
2004-12-30
Anonymous
No

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!

Discussion

  • Mike Bayer

    Mike Bayer - 2004-12-30
    • labels: 665968 --> interpreter
    • priority: 5 --> 9
    • assigned_to: nobody --> zzzeek
     
  • Mike Bayer

    Mike Bayer - 2004-12-30

    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.

     
  • Mike Bayer

    Mike Bayer - 2004-12-30
    • status: open --> open-fixed
     
  • Mike Bayer

    Mike Bayer - 2004-12-30

    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.

     
  • Mike Bayer

    Mike Bayer - 2004-12-30
    • status: open-fixed --> closed-fixed
     
Auth0 Logo