
On 2 February 2015 at 16:22, Andrew Greig <pushin.linux@gmail.com> wrote:
Hi all,
Could I please get some advice concerning my failure to get the QtQR program running under SuSe 13.1
I have downloaded the rpm and installed qtqr as well as python-qrtools
I have no joy from the GUI "run" process and from the cli I get
andrewg@andrewg:~> /usr/bin/qtqr Traceback (most recent call last): File "/usr/bin/qtqr", line 15, in <module> from qrtools import QR ImportError: No module named qrtools andrewg@andrewg:~>
This is a python error telling you that it can't find the python qrtools module after an attempt to import that module into the program. The relevant code snippet is quoted i.e. "from qrtools import QR". On my Ubuntu 14.04 box the relevant python module is qrtools.py located thus /usr/lib/python2.7/dist-packages/qrtools.py Check the equivalent dirs on your box. -- Colin Fee tfeccles@gmail.com