Why is Pydev giving a syntax error for built-in keywords?

前端 未结 3 1492
执笔经年
执笔经年 2021-01-01 22:50

Why is Pydev giving me syntax errors for built-in python functions like str()?

Undefined variable: str

Undefined variable: False

Undefined

3条回答
  •  迷失自我
    2021-01-01 23:06

    Remove and re-add the python interpreter in the PyDev configuration. Make sure that the project is using the newly added interpreter.

提交回复
热议问题