Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #11149 > unrolled thread

Re: Directions on accessing shared folder in windows network

Started byChristian Heimes <lists@cheimes.de>
First post2011-08-10 22:43 +0200
Last post2011-08-10 22:43 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Directions on accessing shared folder in windows network Christian Heimes <lists@cheimes.de> - 2011-08-10 22:43 +0200

#11149 — Re: Directions on accessing shared folder in windows network

FromChristian Heimes <lists@cheimes.de>
Date2011-08-10 22:43 +0200
SubjectRe: Directions on accessing shared folder in windows network
Message-ID<mailman.2125.1313008998.1164.python-list@python.org>
Am 10.08.2011 21:52, schrieb Ameet Nanda:
> Hi,
> 
> 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

The open() function wraps the fopen() function, which doesn't support
UNC, just local paths. You have to mount the network share first (assign
a drive letter).

Christian

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web