gpt4 book ai didi

python - eclipse, pydev, easy_install-ed 鸡蛋问题

转载 作者:太空狗 更新时间:2023-10-30 00:30:35 24 4
gpt4 key购买 nike

我在将 eclipse 和 easy_install 包安装到 virtualenv 时遇到问题。如果我有

from sqlalchemy.ext.serializer import loads 

导入语句并将鼠标光标放在“加载”上我收到消息

loads Found at: __module_not_in_the_pythonpath__ 

它重复 PYTHONPATH 上的任何模块,而我没有手动将它添加到 Project properties -> PyDev - PYTHONPATH -> External Libraries :/像 ~/Work/Environments/Default/lib/python2.6/site-packages/Pylons-1.0-py2.6.egg 或任何其他 egg pkg 目录... ~/Work添加了/Environments/Default/lib/python2.6/site-packages/ 但 eclipse 看不到其中的任何鸡蛋!

Python 解释器设置为 ~/Work/Environments/Default/bin/python2.6

我使用 eclipse-SDK-3.7M5-linux-gtk 和最新的 PyDev。

有人可以帮我吗?

最佳答案

如果在Eclipse中配置解释器后添加包,需要重新配置解释器

参见 PyDev's manual :

If you add something to your python installation, you need to either add it manually as a 'new folder' in the System PYTHONPATH (if it's still not under a folder in the PYTHONPATH) or (recommended) remove your interpreter and add it again, then, press apply.

请注意,在项目设置中添加库不是推荐的方法 - 它应该仅用于一些不在标准 PYTHONPATH 中但在特定应用程序中使用的显式附加库。

关于python - eclipse, pydev, easy_install-ed 鸡蛋问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5181160/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com