Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with imports #15

Closed
pandrey2003 opened this issue Oct 12, 2020 · 1 comment
Closed

Problems with imports #15

pandrey2003 opened this issue Oct 12, 2020 · 1 comment

Comments

@pandrey2003
Copy link

During importing the LinkedinAPI class from your package, it throws an error

from urlparse import parse_qsl
ModuleNotFoundError: No module named 'urlparse'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/andrew/.local/lib/python3.8/site-packages/linkedin.py", line 13, in <module>
    from cgi import parse_qsl
ImportError: cannot import name 'parse_qsl' from 'cgi' (/usr/lib/python3.8/cgi.py)

I was wondering if you could resolve these problems with your imports.

@pandrey2003
Copy link
Author

No activity, so I'll close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant