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 anilb
Recipients Stanislaw Izaak Pitucha, anilb, davin
Date 2020-11-15.22:27:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605479251.09.0.0429522051465.issue25053@roundup.psfhosted.org>
In-reply-to
Content
Fatal Python error: init_sys_streams: can't initialize sys standard streams
Python runtime state: core initialized

  File "C:\Python38\lib\multiprocessing\process.py", line 315, in _bootstrap


During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Python38\lib\multiprocessing\spawn.py", line 116, in spawn_main
    exitcode = _main(fd, parent_sentinel)
  File "C:\Python38\lib\multiprocessing\spawn.py", line 129, in _main
    return self._bootstrap(parent_sentinel)
  File "C:\Python38\lib\multiprocessing\process.py", line 331, in _bootstrap
    traceback.print_exc()
  File "C:\Python38\lib\traceback.py", line 163, in print_exc
    print_exception(*sys.exc_info(), limit=limit, file=file, chain=chain)
  File "C:\Python38\lib\traceback.py", line 105, in print_exception
    print(line, file=file, end="")
KeyboardInterrupt
    addpackage(sitedir, name, known_paths)
  File "C:\Python38\lib\site.py", line 169, in addpackage
    exec(line)
  File "<string>", line 1, in <module>
  File "C:\Python38\lib\importlib\util.py", line 14, in <module>
    from contextlib import contextmanager
  File "C:\Python38\lib\contextlib.py", line 5, in <module>
    from collections import deque
  File "C:\Python38\lib\collections\__init__.py", line 22, in <module>
    from keyword import iskeyword as _iskeyword
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 779, in exec_module
  File "<frozen importlib._bootstrap_external>", line 874, in get_code
  File "<frozen importlib._bootstrap_external>", line 972, in get_data
History
Date User Action Args
2020-11-15 22:27:31anilbsetrecipients: + anilb, davin, Stanislaw Izaak Pitucha
2020-11-15 22:27:31anilbsetmessageid: <1605479251.09.0.0429522051465.issue25053@roundup.psfhosted.org>
2020-11-15 22:27:31anilblinkissue25053 messages
2020-11-15 22:27:30anilbcreate