我正在从 Learn Python the Hardway 这本书中学习python。我尝试在powershell和python崩溃中运行python。
PS C:\python27>Fatal Python error:
Py_Initialize: can't initialize sys standard streams
File ".\lib\encodings\__init__.py, line 123
raise CodecRegistryError,\
^ SyntaxError: invalid syntax
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
我尝试重新安装几个版本的python。请告诉我解决此问题的方法。
答案 0 :(得分:0)
我在这里假设您已尝试使用cmd.exe(命令提示符)(您可以通过按Windows键+ R然后键入cmd来运行)。这可能是一个错误。当我查看Python issue trackers时,似乎之前发生过这样的事情。您可以尝试双启动Linux,或使用cygwin,它允许您在Windows机器上使用Linux shell。