PyDev 自动完成不起作用
今天我重新安装了操作系统(Ubuntu 11.10)并安装了 Django 和 PyDev。 我运行了一个导入 Django 框架的程序。它可以工作,但 PyDev 无法检测到我的项目、Django、Simple Django Captcha 和大多数 Python 库。 我可以做什么来解决这个问题?
实际上,我必须说我也在 PyDev 中配置了 PYTHONPATH。
Today I reinstalled my OS (Ubuntu 11.10) and installed Django and PyDev.
I ran one of my programs that import Django framework. It works, but PyDev doesn't detect my project, Django, Simple Django Captcha and most Python libraries.
What can I do to fix this problem?
Actually, I must say I configured my PYTHONPATH in PyDev, too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
新版本的 PyDev 应该集成 Django。尝试在此处查找。
此外,它可能有助于将这些库定义为强制内置。我必须使用它来让 PyQt 自动完成工作。
New versions of PyDev should have Django integration. Try looking here.
Also, it might help defining those libraries as Forced Builtins. I had to use it to get PyQt auto-complete working.
我在升级 Ubuntu 时遇到了一些问题,当我完全安装 aptana studio 软件包时问题得到解决。
I had the some problem when I upgraded my Ubuntu, it was fixed when i installed the aptana studio package fully.