Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QR Codes
#2
You have a file in your directory named qrcode.py. This is blocking (shadowing) the qrcode module. Python finds your file first when looking for the module.

Rename your file to something else so it doesn't conflict with the module name.
Reply


Messages In This Thread
QR Codes - by deep_logic - Jun-20-2022, 09:44 PM
RE: QR Codes - by bowlofred - Jun-21-2022, 07:03 AM

Forum Jump:

User Panel Messages

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