Pycharm Idle: Raises a CodeRegisteryError in the __init__.py File

0

I have an issue with my running a Script.

I get following Error Msg:

Fatal Python error: Py_Initialize: unable to load the file system codec
  File "C:\Python27\Lib\encodings\__init__.py", line 123
    raise CodecRegistryError,\
                            ^
SyntaxError: invalid syntax

Current thread 0x000036ac (most recent call first):

Process finished with exit code -1073740791 (0xC0000409)

I tried to check the terminal window with following command: "set | findstr /i python" but nothing shows up. i actually expected an environmental veriable showing up.

Is there another Solution, how to fix this issue? or is my step wrong?

Best Regards

python
python-2.7
asked on Stack Overflow Jan 18, 2018 by yellow days • edited Jan 18, 2018 by roganjosh

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0