Force eclipse to reload Python modules

前端 未结 1 1973
迷失自我
迷失自我 2021-01-15 05:30

I have started a Eclipse PyDev project, and found out that BeautifulSoup was missing.

I installed it using easy_install, and now the scripts runs fine f

相关标签:
1条回答
  • 2021-01-15 05:41

    You have to reconfigure the python interpreters. Normally the automatic configuration utility should discover everything by itself, but otherwise you can manually add/remove packages. Here's a screenshot of where the settings are located:

    enter image description here

    In the only occasion in which I can recall I needed to do that, all I did was to remove the python interpreter from the list and running the Auto Config procedure again, but it should also be possible to simply add a library (bottom half of the screenshot).

    HTH!

    0 讨论(0)
提交回复
热议问题