[python-win32] PythonWin - Start in script's directory

Gregory Piñero gregpinero at gmail.com
Tue Nov 22 19:14:51 CET 2005


And then is there a way to make Pythonwin run that automatically or do I
have to add that to my script:
os.chdir(os.path.dirname(os.path.abspath(sys.argv[0])))

-Greg

On 11/22/05, Gabriel Genellina <gagenellina at softlab.com.ar> wrote:
>
> At Tuesday 22/11/2005 14:22, Gregory Piñero wrote:
>
> >I'm not sure how to phrase this question. How can I make PythonWin have
> >it's current directory automatically set to the same directory as my
> script?
> >
> >For example I want the statement:
> >file('test.txt','w')
> >to make a file in the same directory as my script, instead of wherever
> >PythonWin wants to put it by default, I think somewhere in C:\Python?
>
> os.path.dirname(os.path.abspath(sys.argv[0])) returns the directory where
> your script is.
> You can make it the current dir using os.chdir
>
>
> Gabriel Genellina
> Softlab SRL
>
>


--
Gregory Piñero
Chief Innovation Officer
Blended Technologies
(www.blendedtechnologies.com <http://www.blendedtechnologies.com>)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20051122/f4392129/attachment.htm


More information about the Python-win32 mailing list