This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rafaeldominiquini
Recipients methane, paul.moore, rafaeldominiquini, steve.dower, tim.golden, zach.ware
Date 2019-12-15.12:51:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576414300.55.0.432368794052.issue39051@roundup.psfhosted.org>
In-reply-to
Content
"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
turtledemo

When I unset both variables, the same error occurs:

-----
Python path configuration:
  PYTHONHOME = (not set)
  PYTHONPATH = (not set)
  program name = 'python'
  isolated = 0
  environment = 1
  user site = 1
  import site = 1
  sys._base_executable = 'C:\\Developing\\Python\\python.exe'
  sys.base_prefix = ''
  sys.base_exec_prefix = ''
  sys.executable = 'C:\\Developing\\Python\\python.exe'
  sys.prefix = ''
  sys.exec_prefix = ''
  sys.path = [
    'C:\\Developing\\Python\\python38.zip',
    'C:\\Developing\\Python\\python-3.8.0.amd64\\Lib\\',
    'C:\\Developing\\Python\\python-3.8.0.amd64\\Lib\\lib-tk',
    'C:\\Developing\\Python\\python-3.8.0.amd64\\DLLs\\',
    'C:\\Developing\\Python',
  ]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x000060e8 (most recent call first):
<no Python frame>
-----
History
Date User Action Args
2019-12-15 12:51:40rafaeldominiquinisetrecipients: + rafaeldominiquini, paul.moore, tim.golden, methane, zach.ware, steve.dower
2019-12-15 12:51:40rafaeldominiquinisetmessageid: <1576414300.55.0.432368794052.issue39051@roundup.psfhosted.org>
2019-12-15 12:51:40rafaeldominiquinilinkissue39051 messages
2019-12-15 12:51:40rafaeldominiquinicreate