Comment 6 for bug 1513961

Revision history for this message
Thiago Bellini (bellini666) wrote :

@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