Pydev say, “Unresolved import” error

前端 未结 11 1477
梦谈多话
梦谈多话 2020-12-10 17:42

hm.. Sometime, PyDev say \"Unresolved import error\". In my environment

Python2.6.6 Eclipse3.7 PyDev2.2.2

Errors are.

         


        
11条回答
  •  孤城傲影
    2020-12-10 18:23

    Probably your PYTHONPATH is not set properly (or if those are libraries in the interpreter, maybe you added them after configuring it).

    See: http://pydev.org/manual_101_interpreter.html for references (note the part on forced builtins there as it might be your case).

提交回复
热议问题