[python-win32] Help required in opening a remote file in python.
Gerdus van Zyl
gerdusvanzyl at gmail.com
Mon Feb 23 07:43:31 CET 2009
Try using the normal file access functions, eg: open("file","r"), etc.
~G
On Mon, Feb 23, 2009 at 6:14 AM, venu madhav <venutaurus539 at gmail.com> wrote:
> Hello all, I am writing an application where I need to open a shared file on
> a remote machine using python script. I tried using the following function:
> f = urllib.open("\\remote_machine\\folder1\\file1.doc") I also tried using
> class urllib.FancyURLopener(...) but didn't work. Can some one help me in
> this regard. Thank you in advance, Venu
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
More information about the python-win32
mailing list