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.

well, changed package not documentation.

from pattern.text.de import parse 

enter image description here


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -