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

pip installer has old version of pdf-link-checker #4

Closed
karplus opened this issue Sep 2, 2020 · 5 comments
Closed

pip installer has old version of pdf-link-checker #4

karplus opened this issue Sep 2, 2020 · 5 comments

Comments

@karplus
Copy link

karplus commented Sep 2, 2020

The pip installer seems to be set up for a much older version of pdf-link-checker—one that has syntax errors for Python 3.

@ksilz
Copy link

ksilz commented Mar 20, 2021

Here's what I get running pdf-link-checker on the Mac with Python 3.9:

  File "/usr/local/bin/pdf-link-checker", line 105
    except urllib2.HTTPError, why:
                            ^
SyntaxError: invalid syntax

@prof-rice
Copy link

Here's what I get running pdf-link-checker on the Mac with Python 3.9:

  File "/usr/local/bin/pdf-link-checker", line 105
    except urllib2.HTTPError, why:
                            ^
SyntaxError: invalid syntax

I get the same error on Ubuntu Linux with Python 3.9.5.

@yegorich
Copy link
Contributor

@michaelopdenacker could you take a look at #7 and make a new release?

@michaelopdenacker
Copy link
Member

Done.
Closing the bug as we don't use urllib2 any more.

@arkivm
Copy link

arkivm commented Sep 12, 2023

Do you intend to make a new release on pypi? I still see v1.1.1

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

6 participants