Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
import尝试在子文件夹中的文件中使用语句时,我遇到了 Eclipse PyDev 自动完成问题。
import
我的文件夹结构是:
src --data --libs --__init__.py --myclass.py --logs mainscript.py
当我import在 mainscript.py (ie import re) 中使用时,一切正常,但是当我尝试import在 myclass.py 中使用时,eclipse 不显示自动完成显示。
import re