lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.39k stars 674 forks source link

AttributeError: module 'qrcode' has no attribute 'make' #300

Closed edumcdo closed 1 year ago

edumcdo commented 1 year ago

i try'd namin the file difrent from qrcode.py i try'd reinstalling pip qrcode i try'd looking for a solution but nothing

SmileyChris commented 1 year ago

Probably still had pyc or __pycache__ files with your qrcode module. Try cleaning those out.