[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: I probably unintentionally deleted some necessary files here on my machine. I closed the issue and marked 'not a bug'. Thanks -- ___ Python tracker <https://bugs.python.org/issue39

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Change by Rafael Dominiquini : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: I reinstall python here from scratch and now is working. But I need to delete the remaining files after the uninstall. When I tried to uninstall and reinstall holding the existing directories (\Lib\site-packages), the installer fail to copy the missing

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: 1) I tried to clear the value of the variable 'PYTHONPATH', and the error keeps happening! 2) In my installation directory, I don't have the file 'C:\Developing\Python\python38.zip', neither the directory 'C:\Developing\Python\python-3.8.0.amd64\'. I

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: In this folder ("C: \ Developing \ Python \ Lib") there are only the folders I have listed. No other files... -- ___ Python tracker <https://bugs.python.o

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: I don't tried clean install! I tried to use the option "Repair" from the installer. Later I will try to completely uninstall and install from scratch. -- ___ Python tracker <https://bugs.python.o

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: There are other Python installations on my computer, embedded in other application installations (GIMP, etc ...), and these seem to be working normally. But they are all older versions of Python... I haven't tried reinstalling again since I didn't want

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: "C:\Developing\Python" is where I installed Python, selecting it in the installer. This directory is where the binary 'python.exe' is located! "C:\Developing\Python\Lib" have the folders: idlelib site-packages test tkinter turtledem

[issue39051] Python not working on Windows 10

2019-12-15 Thread Rafael Dominiquini
Rafael Dominiquini added the comment: * PYTHONHOME = (not set) * PYTHONPATH = 'C:\Developing\Python;C:\Developing\Python\Scripts;C:\Developing\Python\Lib;C:\Developing\Python\Lib\site-packages;C:\Developing\Python\DLLs;' -- I try to set the variable 'PYTHONHOME=C:\Developing\Python

[issue39051] Python not working on Windows 10

2019-12-14 Thread Rafael Dominiquini
New submission from Rafael Dominiquini : I have Python installed on my computer for a while now and everything worked fine. But today, I can't run it anymore: Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core