Re: os.path.exists() and Samba shares

2009-08-06 Thread BDZ
On Jul 31, 10:56 pm, "Gabriel Genellina" wrote: > En Fri, 31 Jul 2009 13:33:45 -0300, BDZ escribió: > > > > > On Jul 30, 4:41 pm, Loïc Domaigné > > wrote: > >> > Hello. I have written a Python 3.1 script running on Windows that uses > >>

Re: os.path.exists() and Samba shares

2009-07-31 Thread BDZ
On Jul 30, 4:41 pm, Loïc Domaigné wrote: > Hi, > > > Hello. I have written a Python 3.1 script running on Windows that uses > > os.path.exists() to connect to network shares. If the various network > > shares require different user account and password combos than the > > account the script is run

os.path.exists() and Samba shares

2009-07-30 Thread BDZ
Hello. I have written a Python 3.1 script running on Windows that uses os.path.exists() to connect to network shares. If the various network shares require different user account and password combos than the account the script is running under the routine returns false. I need something like os.sam