Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lost Module
#9
snippsat is answering your question by showing the correct code to import the module.
You are being told that import is case sensitive, you currently have the import as all lower case as follows
import pypdf2
so try using the following instead which has only the y in lowercase and the rest of the letters are capital letters.
import PyPDF2
Reply


Messages In This Thread
Lost Module - by standenman - Oct-29-2021, 07:52 PM
RE: Lost Module - by Gribouillis - Oct-29-2021, 08:42 PM
RE: Lost Module - by snippsat - Oct-29-2021, 09:12 PM
RE: Lost Module - by standenman - Oct-29-2021, 09:44 PM
RE: Lost Module - by Gribouillis - Oct-29-2021, 09:53 PM
RE: Lost Module - by standenman - Oct-29-2021, 10:37 PM
RE: Lost Module - by snippsat - Oct-30-2021, 12:49 AM
RE: Lost Module - by standenman - Oct-30-2021, 01:09 PM
RE: Lost Module - by Yoriz - Oct-30-2021, 01:39 PM
RE: Lost Module - by Gribouillis - Oct-30-2021, 01:40 PM
RE: Lost Module - by deanhystad - Oct-30-2021, 05:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Lost Control over VLC jrockow 8 1,206 Jul-18-2023, 06:04 PM
Last Post: jrockow
  Lost Modules standenman 2 795 Jun-22-2023, 12:18 PM
Last Post: standenman
  XML Editing formatting lost ateestructural 2 1,973 Apr-08-2021, 04:41 AM
Last Post: ndc85430
  List structure lost when multiplying Protonn 2 2,323 Apr-23-2020, 04:16 AM
Last Post: buran
  lost dictionary jjpy 1 1,947 Jul-10-2019, 12:19 PM
Last Post: scidam
  variable gets lost Jordy 10 9,343 Oct-10-2016, 08:08 PM
Last Post: Yoriz

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020