This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Description
Whether I pip install pyqrencode or python setup.py install from source I get an exception from test_qr.py
Traceback (most recent call last):
File "test_qr.py", line 1, in
from qrencode import Encoder
File "qrencode.pyx", line 1, in init qrencode (qrencode.c:1520)
from ImageOps import expand
ImportError: No module named ImageOps