ddd or eclipse with mod_python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sakcee

    #1

    ddd or eclipse with mod_python

    Hi

    I am using mod_python for web development, I am in need of some ide ,
    can i use ddd or eclipse with pydev with mod_python.

    can these ide's handle requests from mod_python and run server side
    scripts


    any help or pointers are greatly appreciated
    thanks

    clive

  • bruno modulix

    #2
    Re: ddd or eclipse with mod_python

    Sakcee wrote:[color=blue]
    > Hi
    >
    > I am using mod_python for web development, I am in need of some ide ,
    > can i use ddd or eclipse with pydev with mod_python.[/color]

    Don't know, but you may want to check Eric3, a full blown Python IDE
    with support for mod_python debugging.


    --
    bruno desthuilliers
    python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
    p in 'onurb@xiludom. gro'.split('@')])"

    Comment

    • Trent Mick

      #3
      Re: ddd or eclipse with mod_python

      [Sakcee wrote][color=blue]
      > Hi
      >
      > I am using mod_python for web development, I am in need of some ide ,
      > can i use ddd or eclipse with pydev with mod_python.
      >
      > can these ide's handle requests from mod_python and run server side
      > scripts[/color]

      You should be able to debug with Komodo(*):

      Using the Python Remote Debugger


      You can get a trial here:


      Cheers,
      Trent

      (*) Disclaimer: I work on Komodo.


      --
      Trent Mick
      TrentM@ActiveSt ate.com

      Comment

      • Steve Holden

        #4
        Re: ddd or eclipse with mod_python

        Trent Mick wrote:[color=blue]
        > [Sakcee wrote]
        >[color=green]
        >>Hi
        >>
        >>I am using mod_python for web development, I am in need of some ide ,
        >>can i use ddd or eclipse with pydev with mod_python.
        >>
        >>can these ide's handle requests from mod_python and run server side
        >>scripts[/color]
        >
        >
        > You should be able to debug with Komodo(*):
        >
        > Using the Python Remote Debugger
        > http://aspn.activestate.com/ASPN/doc...emote_Debugger
        >
        > You can get a trial here:
        > www.activestate.com/Komodo/Trial
        >
        > Cheers,
        > Trent
        >
        > (*) Disclaimer: I work on Komodo.
        >
        >[/color]
        WingWare's Wing IDE can also debug mod_python code. See

        A Python IDE for AI-agent development: manage your coding agents and make them faster and cheaper, plus a full debugger, editor, testing, and more for hands-on coding.


        regards
        Steve
        --
        Steve Holden +44 150 684 7255 +1 800 494 3119
        Holden Web LLC www.holdenweb.com
        PyCon TX 2006 www.pycon.org

        Comment

        Working...