New submission from Gabriel POTTER:

If python 3 is installed on another drive (for instance D:/), then it cannot 
access any C:/ files, but can access D:/ files.

I use:
open("C:/path/....")
The same function did work under python 2.7 but now doesn't anymore.

That means that os.path.isfile, open(file).... do not work.

Any help ?

----------
components: Windows
messages: 289830
nosy: Gabriel POTTER, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: file access, other drives
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29850>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to