sitecustomize中的Eclipse Python错误;设置PYTHONVERBOSE用于追溯:

时间:2016-05-23 14:29:50

标签: python eclipse debugging

全新的python,在eclipse中运行它。运行以下代码

print("Hello, World!")

我收到了这个错误:

Error in sitecustomize; set PYTHONVERBOSE for traceback:
KeyError: 'sitecustomize'
Hello, World!

然后我尝试运行此行,在博客网站上找到它。

PYTHONVERBOSE=1 conda update --all

并收到此错误:

Error in sitecustomize; set PYTHONVERBOSE for traceback:
KeyError: 'sitecustomize'
  File "\config\workspace\MyTestProject\src1\root\nested\example.py", line 9
    PYTHONVERBOSE=1 conda update --all
                    ^
SyntaxError: invalid syntax

不知道从哪里开始,任何帮助都将不胜感激!

1 个答案:

答案 0 :(得分:0)

在另一篇文章After installing Anaconda, I get constant "KeyError: 'PYTHONPATH'" messages

中找到答案

我更改了文件'sitecustomize'的名称,代码运行没有错误。