I am using Python 3.5, and it would appear that I've successfully installed PyPDF2. But for some reason, I get an ImportError. Would appreciate any help given.
Asked
Active
Viewed 3,317 times
0
-
3Imports are case-sensitive. Try `import PyPDF2`. – Stephen B Nov 23 '16 at 20:44
-
Wow! Thanks, it worked - I feel like such an idiot. – Riley Hun Nov 23 '16 at 20:47