either you have to
- Compile it yourself; or
- if you only need to generate codes (e.g. encoding, but without decoding), use pyqrencode , which you can get from PyPi (e.g.,
pip install pyqrencode)
If you don't have pip , I suggest starting with installing setuptools , and then use easy_installpip to install (of course, you can cut corners just by doingeasy_install pyqrencode