DEKHTIARJonathan / python3-linkedin

Python3 interface to the LinkedIn API
https://dekhtiarjonathan.github.io/python3-linkedin/
MIT License
84 stars 36 forks source link

ImportError: cannot import name 'linkedin' from 'linkedin' #17

Closed lloydrayner closed 6 years ago

lloydrayner commented 6 years ago

Hi, wondering if you can help with this issue?

I have installed the package and get the error when running

from linkedin import linkedin

DEKHTIARJonathan commented 6 years ago

How do you want to be help you by giving virtually no information

lloydrayner commented 6 years ago

Hi,

The error is I get is: Traceback (most recent call last): File "<input>", line 1, in <module> ImportError: cannot import name 'linkedin' from 'linkedin' (/Users/lrayner/PycharmProjects/LinkedIn2/venv/lib/python3.7/site-packages/linkedin.py)

I get it on the first line 'from linkedin import linkedin'

Does this shed more light on it?

DEKHTIARJonathan commented 6 years ago

See issue #16. Not compatible with Python 3.7. Feel free to contribute.