How can I open a Python shell at a network path in Windows? -


how can open python interpreter @ specific network path in windows?

in explorer address bar path in unc form: \\myhost\myshare\....

i can't work out how change directory windows command line, nor in format pass argument os.chdir.

i'm running python 2.5 on windows xp. idle installed.

thanks!

well, i'm going ask anyway because has bit me before have tried this?

path = r'\\myhost\myshare\some_file.dat' 

the r being important bit here.see post well.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

xslt - Umbraco and EXSLT sets do not work -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -