BLUF:python3.6(x86)不会在Windows上执行
操作系统:Windows 10E
x64 Python:2.7(工作)(c:\python27)
Python3.6(不工作)(c:\python36)
我已经运行了两年的python安装,没有任何问题。python2.7和3.6,我通常使用Python启动器(pywin或winpython)根据我使用的程序调用install。直到今天才有问题。在
所以我不知道我更新了什么或者安装了什么软件,但是我已经为此工作了8个小时了,我想不通。
Python27发射得很好。在
错误如下:
启动python 3.6(32位)shell时出错:
Fatal Python error: PyInitialize: unable to load the file system codec File "C:\Python27\lib\encodings\init_.py", line 123 raise CodecRegistryError,\ ^ SyntaxError: invalid syntax
Current thread 0x00000a00 (most recent call first):
从win提示符启动python 3.6时出错:
c:\python36>python.exe Fatal Python error: PyInitialize: unable to load the file system codec File "C:\Python27\lib\encodings\init_.py", line 123 raise CodecRegistryError,\ ^ SyntaxError: invalid syntax
Current thread 0x00004e10 (most recent call first):
为什么它叫Python之路?我检查python3.6启动器的可执行文件,它的目标是c:\python36\python.exe-就在那里。在
我已经检查了EV中用户和系统的路径,很好。在
我已经完全删除了python2.7和3.6并重新安装了它们,但是
我不能运行3.6。在
我迷路了
停下!在