[New-bugs-announce] [issue29850] file access, other drives

Gabriel POTTER report at bugs.python.org
Sat Mar 18 18:02:19 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue29850>
_______________________________________


More information about the New-bugs-announce mailing list