-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
AttributeError: 'pageObject' object has no attribute 'has_key' #640
Comments
Which version of Python are you using? The |
Hi,
Thanks for your reply! I am using Python 3.10 version.
Regards,
Manoj
From: Joshua ***@***.***>
Sent: Tue, 05 Oct 2021 05:06:08
To: mstamy2/PyPDF2 ***@***.***>
Cc: gilramanoj ***@***.***>, Author ***@***.***>
Subject: Re: [mstamy2/PyPDF2] AttributeError: 'pageObject' object has no attribute 'has_key' (#640)
Which version of Python are you using? The .has_key method was removed in Python 3.0: https://docs.python.org/3.1/whatsnew/3.0.html#builtins
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Dear Manoj, can you attach or give links to sample PDFs with ideally good and broken links and I will have a go at testing this. Chris Johnson |
@gilramanoj, |
Closing this as it's an issue in user's code, not PyPDF2 itself. As @Joshua-IRT indicates, the An example:
|
pyPDF2 is throwing the attached error
Actually, I need to list out broken links in the PDF file. Please suggest.
Regards,
Manoj
The text was updated successfully, but these errors were encountered: