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

前端 未结 3 1489
执笔经年
执笔经年 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:00

    For those ppl who are using Aptana and have the same Problem:

    I upgraded Aptana and PyDev with the following instructions:

    Update PyDev on Aptana

    after the upgrade PyDev worked just fine for me :)

提交回复
热议问题