简体   繁体   中英

PyDev Auto-Complete Doesn't Work

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.

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软件包时,该问题已解决。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM