On Aug 11, 11:28 am, Nir Aides <
n...@winpdb.org> wrote:
> winpdb tries to import wxpython and/or wx (i don't remember).
> if you can make this import work you are OK.
>
> alternatives are to use the command line version of this debugger (rpdb2)
> or connect with internet sockets from a "remote" environment.
>
> to do this start the debugged script with rpdb2 -d -r ... (read the command
> line help)
> and from a remote environment run winpdb and try to attach.
>
> You can either attach over sockets or via an SSH tunnel, etc...
>
Can you elaborate? I am totally new winpdb...