Gabriel POTTER added the comment:
Thanks a lot, that resolved it.
--
resolution: -> works for me
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Gabriel POTTER added the comment:
Thanks for your answers. I'll try to be as precise as possible.
The problem i have is really specific:
I have a custom file, that i added in C:/Windows/System32/
I have a Windows 10 x64 computer, with 2 versions of python installed:
- Python 2.7,
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
Gabriel POTTER added the comment:
To be precise, i cannot detect (only know if the file exist) any file located in
C:/Windows/... (in particulary System32)
contrary to Python 2.7 where it was possible.
--
___
Python tracker
<http://bugs.python.