Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

ImportError: No module named ImageOps test_qr.py #2

Open
matburnham opened this issue Sep 18, 2011 · 1 comment
Open

ImportError: No module named ImageOps test_qr.py #2

matburnham opened this issue Sep 18, 2011 · 1 comment

Comments

@matburnham
Copy link

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
Copy link
Member

jehiah commented Sep 18, 2011

ImageOps is from PIL which you also need installed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants