get script path

hg hg at nospam.org
Mon Dec 4 07:47:32 EST 2006


Rob Wolfe wrote:

> 
> hg wrote:
>> Hi,
>>
>> must I parse argv[0] to get it, or is there an easier way (that works
>> under Windows and *nix)?
>>
>> Ex:
>>
>> python /home/hg/test/test.py ==> test.py #knows it is in /home/hg/test
> 
> IMHO it is easy enough:
> 
>>>> dname, fname = os.path.split("/home/hg/test/test.py")
>>>> dname
> '/home/hg/test'
> 
> --
> HTH,
> Rob
thanks




More information about the Python-list mailing list