python - Why doesn't Eclipse find parse from pattern.de package but pattern.de.Twitter however? -
i don't know wront. installed pattern pip install pattern not located under /use/local/lib/python2.7/dist-packages. included in libraries under prefences > interpreters > python interpreter
for reason can find
from pattern.web import twitter but not find
from pattern.de import parse what missing here?
i tried remove , re-add interpreter in eclipse settings, closed , re-opened project , restarted eclipse. nothing working.
and additionally: using pattern.de terminal runs flawless.

Comments
Post a Comment