在使用eclipse +pydev 调试Python时,按住ctrl键,一般是可以进入到对应的方法中去的。

但是如果没有进入的话,会在eclipse中显示黄色,但是进入不了子方法。

如果鼠标移上对应的方法,会弹出提示说:"_module not in pythonpath",那应该怎么做呢?加快调试方法。

 

mac的话,是进入eclipse->偏好设置

 

打开偏好设置页面,进入Pydev选项-->Interpreters-->Python Interpreters ,选择New Folder,添加你要加的项目就OK了。

Eclipse+Pydev 找不到对应的module not in Pythonpath

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
猜你喜欢
  • 2022-12-23
  • 2022-01-30
  • 2021-05-19
  • 2022-12-23
  • 2021-11-05
  • 2021-04-16
相关资源
相似解决方案