Python package not found after installing package successfully

╄→гoц情女王★ 提交于 2019-12-06 16:54:20

You need to copy these library folder (linkedin,httplib2, oauth2 ,simplejson) to:

'/Library/Python/2.7/site-packages/'.

One more thing, make sure your Eclipse Preference point to there by this way: open Eclipse -> Prefereces -> Pydev-> Interpreters-> Python Interpreter -> Libraries tab. make sure '/Library/Python/2.7/site-packages' is already added.

Try this (from an example):

from linkedin import linkedin
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!