How to read a file from another server? Newbie

Sean Berry sean at sands.beach.net
Mon Apr 26 17:03:55 EDT 2004


I am trying to read in a file from another server.

If I try 
x = open("servername:/path/to/file", "r")

I get the following error:
IOError: [Errno 2] No such file or directory: 'servername:/path/to/file'


Sorry for the easy question, but couldn't find anything on google.

-- 



More information about the Python-list mailing list