@pitty the error is on trusty only. Yes, the /usr/share/pyshared/qrcode/__init__.py exists, what is missing in it is the /usr/share/pyshared/qrcode/image/__init__.py, as you can see here http://packages.ubuntu.com/trusty/all/python-qrcode/filelist
Try importing qrcode.main for example (as it will try to import qrcode.image.base.BaseImage) and it will give you an ImportError -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1513961 Title: Missing __init__.py file on package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-qrcode/+bug/1513961/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
