Accessing a file in a network drive (python under win32)

News M Claveau /Hamster-P essai1 at mci.local
Wed Jan 22 19:10:04 EST 2003


Hi !

I have the same problem. I had try  /  and  \    it's equal.
I have found than there are no problem, if there are no space into the
pathname...
I have too the problem with os.chdir  but  i have no problem if i
"decompose" :

                    os.chdir('E:\Program Files\toto\tutu')        problem

                    os.chdir("E:\\")
no problem
                    os.chdir("\\Program Files")
                    os.chdir('toto')
                    os.chdir('tutu')


Sorry, i no found solution, but only infos  (and re-sorry for my bad
english).






More information about the Python-list mailing list