bitly / pyqrencode

python bindings for libqrencode
http://github.com/bitly/pyqrencode
66 stars 17 forks source link

ImportError: No module named ImageOps test_qr.py #2

Open matburnham opened 12 years ago

matburnham commented 12 years ago

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

jehiah commented 12 years ago

ImageOps is from PIL which you also need installed.