Menu

mod python??

clivebaker
2005-09-16
2013-01-14
  • clivebaker

    clivebaker - 2005-09-16

    hi

    i am using mod python for web developement can i use this debugger for remote server side scripts. can it handle mod python request for post form data etc

    thanks

     
    • Neal Josephson

      Neal Josephson - 2005-09-16

      The answer is no...and yes.  In fact its a little eerie that you've asked this as I'm looking into building a hap enabled version of mod_python.  Out of the box it won't support it as mod_python doesn't use python.exe (as far as I know).  What you would need to do is make a modified version of mod_python that includes the necessary hap code - it wouldn't be too tough though as most of the code is in the hapdbg static library - link mod_python to that library add a couple of init and cleanup functions and it should work.
      If you do it, I'd love to include the source in the hap distro - it might be some time before I get to it but it seems like it would be a really useful feature.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.