Hi,<div><br></div><div>Can anyone point me to a way to access windows shared folders from the network using a python script. I tried accessing using open, which is mentioned to work perfectly on the web, but it gives me following errors</div>

<div><br></div><div>>>>open(NW_PATH)</div><div><br></div><div>it gives me a permission denied error as follows:</div><div><br></div><div><div>>>> open("\\\\ameetn\\DropBox\\")</div><div>Traceback (most recent call last):</div>

<div>  File "<stdin>", line 1, in <module></div><div>IOError: [Errno 2] No such file or directory: '\\\\ameetn\\'</div><div><br></div><div>>>> open("\\\\ameetn\\DropBox")</div>

<div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div><div>IOError: [Errno 13] Permission denied: '\\\\ameetn\\DropBox'</div></div><div><br></div><div>
I am running Python 2.6 on Windows 7 platform.</div>
<div><br></div><div>Thanks in advance,</div><div>Ameet</div>