Pydev say, “Unresolved import” error

前端 未结 11 1475
梦谈多话
梦谈多话 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:22

    Adding the corresponding package folder ending with '.egg-info' to PyDev > Interpreter - Python - library will resolve the problem.

    In Linux, it is usually under /usr/local/lib/pythonX.X/dist-packages

提交回复
热议问题