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
User contributions licensed under CC BY-SA 3.0