Mod_python installation in Apache2 and Windows XP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TMS
    New Member
    • Sep 2006
    • 119

    Mod_python installation in Apache2 and Windows XP

    Anyone try to install this module on Windows? I'm getting an error saying that it can't load the modules/mod_python.so.

    I've also asked on the mod_python message board and so far haven't gotten a response. I'm a little anxious because I am working on a project that is due soon. Anyone's insight would be appreciated.

    tms
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by TMS
    Anyone try to install this module on Windows? I'm getting an error saying that it can't load the modules/mod_python.so.

    I've also asked on the mod_python message board and so far haven't gotten a response. I'm a little anxious because I am working on a project that is due soon. Anyone's insight would be appreciated.

    tms
    .so files are for *nix OSs. On windows you're looking for .dll (probably).

    Comment

    Working...