[New-bugs-announce] [issue25450] Save path automatically choses C:\Windows\system32

Maja Tomic report at bugs.python.org
Tue Oct 20 23:31:56 CEST 2015


New submission from Maja Tomic:

I'm teaching kids to code in Python. Today we had two boys, one with Windows 8, the other one with Windows 10. In both cases Python 3.5 was installed and the automatic path where files are saved was C:\Windows\system32. This wasn't possible, since it cannot be written to. Yet, the boys tried to save files to it. 

In the Windows 8-case the file did not get saved. Yet, IDLE still refered to the file as having an error (it couldn't find the turtle package because the file was called turtle.py - we got that right eventually). Even after reinstalling Python it still refered to the non-existing file and the error in it. 
We changed the path and it solved the problem. Hope this can be fixed.

----------
components: Installation
messages: 253257
nosy: Maja Tomic
priority: normal
severity: normal
status: open
title: Save path automatically choses C:\Windows\system32
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25450>
_______________________________________


More information about the New-bugs-announce mailing list