[Bug 1513961] [NEW] Missing __init__.py file on package

Launchpad Bug Tracker 1513961 at bugs.launchpad.net
Mon Nov 9 09:28:50 UTC 2015


You have been subscribed to a public bug by Sebastien Bacher (seb128):

The package is missing a __init__.py file on the qrcode/image package,
making it useless. Just try to 'import qrcode' and since qrcode.image is
not a package because of the missing file, and the qrcode/__init__.py
tries to import it, it will not work.

Just by changing the rules to do 'dh $@ --with python2' (which is the
rule being used by newer versions of this package on vivid/whily/etc)
instead of 'dh $@' made it correct. The change is attached on the bug.

I uploaded a new version with the change on my ppa here
<https://launchpad.net/~hackedbellini/+archive/ubuntu/misc> so you can
test it if you want.

** Affects: python-qrcode (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: patch
-- 
Missing __init__.py file on package
https://bugs.launchpad.net/bugs/1513961
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.



More information about the Ubuntu-sponsors mailing list