我在 PyDev 中工作,突然之间,我不能再从 Eclipse 的 PyDev(版本 2.1.0)中运行我的 python 程序了。
我通过Run As > Python Run 运行的任何 python 程序都失败了
Fatal Python error: Py_Initialize: can't initialize sys standard streams
Traceback (most recent call last):
File "C:\Python32\lib\io.py", line 60, in <module>
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
- 我仍然可以在命令行中运行我的程序,只有 Eclipse * 我只有一个版本的 Python (3.2)
- 自从他们上次工作以来,我没有更改我的 python 文件。它们采用 UTF-8 编码。
- 自从他们上次工作以来,我没有升级 Eclipse 和 PyDev
- Python 安装在
c:\python32
(在环境变量中定义PYTHONPATH
) - 我的 XP 系统今天更新了 KB2536276 和
任何的想法?