Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
using the linkedin api
#4
(Apr-24-2017, 07:21 PM)nilamo Wrote: You didn't name any of your files linkedin, did you? Because python tries to load anything in the current directory before checking site-packages.
You'd usually get something more about a module not having an attribute, not that the module can't be found at all.

I think buran has the right idea. I just did sudo pip install linkedin followed by (in a Python interpreter) import linkedin and had no problems.

@emilevs: what do you get from these two commands?
Output:
$ pip --version pip 9.0.1 from /usr/local/lib/python2.7/dist-packages (python 2.7) $ python --version Python 2.7.3
Reply


Messages In This Thread
using the linkedin api - by emilevs - Apr-24-2017, 01:23 PM
RE: using the linkedin api - by buran - Apr-24-2017, 02:29 PM
RE: using the linkedin api - by nilamo - Apr-24-2017, 07:21 PM
RE: using the linkedin api - by micseydel - Apr-25-2017, 12:18 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to skip LinkedIn signup link using python script? Mangesh121 0 1,799 Aug-26-2020, 01:22 PM
Last Post: Mangesh121

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020