ozgur / python-linkedin

Python interface to the LinkedIn API
http://ozgur.github.com/python-linkedin/
MIT License
893 stars 392 forks source link

Python 3.4 support not working #86

Closed d3prof3t closed 8 years ago

d3prof3t commented 9 years ago

Hi @ozgur I know this issue has been addresses previously in some other issue id. But I somehow am not able to make this work. I am working on a virtualenvwrapper which is having python 3.4.2

When I run the http_api.py; I get the following output:

Traceback (most recent call last): File "http_api.py", line 1, in from linkedin import linkedin File "/home/Saurabh/.virtualenvs/jobfinder/lib/python3.4/site-packages/linkedin/linkedin.py", line 294 except (requests.ConnectionError, requests.HTTPError), error: ^ SyntaxError: invalid syntax

Please fix this issue as soon as possible, in need urgently. Thanks

d3prof3t commented 9 years ago

Hi @ozgur Can u please share your email or any contact detail, I just need to contact you because I'm stuck in a project and I really need this suport to start working. Hope to hear a reponse from you soon.

ldesgardin commented 9 years ago

Hi there,

same issue for me. Is there a way to workaround according to you ?

Thanks and Regards, Ludovic

yiningz commented 8 years ago

I get the same problems too. I have to manually revise the code. Any better ways?

marshallhumble commented 8 years ago

Hello All, I have moved this to https://github.com/marshallhumble/python-linkedin and am working on support, I am looking to support 3.4/3.5 only. You can run the package from cloning this repo and running python setup.py install.

Please report issues on that repo and hopefully we can get this up and maintained again.

d3prof3t commented 8 years ago

Thanks everyone!