Adding python modules to pydev in eclipse results in import error?

前端 未结 11 2101
难免孤独
难免孤独 2020-12-14 03:01

I have a problem getting PyDev on eclipse to recognize already installed modules. Here is my detailed approach. The machine is a Mac (Snow Leopard).

In terminal the

11条回答
  •  伪装坚强ぢ
    2020-12-14 03:28

    Try preferences > pydev > interpreter - python and removing and re-adding the python interpreter (make sure you know the path to it before you delete it), when you re-add it tick all the boxes.

提交回复
热议问题