Re: working directory for debugging in pythonwin

2005-05-13 Thread Thomas Pfaff
Roger Upole schrieb: > You could pass the directory in as an optional extra argument > to the script. Alternately, you might accept either a bare file name > or a full path. > > Roger > > Yes, that's true, and I suppose it's good programming style not to depend on a special working dir

Re: working directory for debugging in pythonwin

2005-05-13 Thread Roger Upole
You could pass the directory in as an optional extra argument to the script. Alternately, you might accept either a bare file name or a full path. Roger -- This signature was intentionally left blank. (except it's not, wtf ??) "Thomas Pfaff" <[EMAIL PROTECTED]> wrote in messag

Re: working directory for debugging in pythonwin

2005-05-13 Thread Thomas Pfaff
Colin J. Williams schrieb: > Thomas Pfaff wrote: > >> Hello all, >> >> I started using the nice Pythonwin IDE together with Python 2.3 (I have >> come to prefer its editor to IDLE). >> My problem is, that when I want to run a script in the debugger, I can >> give the script name and arguments, but

Re: working directory for debugging in pythonwin

2005-05-12 Thread Colin J. Williams
Thomas Pfaff wrote: > Hello all, > > I started using the nice Pythonwin IDE together with Python 2.3 (I have > come to prefer its editor to IDLE). > My problem is, that when I want to run a script in the debugger, I can > give the script name and arguments, but I can't tell it in which > directory