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
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
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
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