health-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Health-dev] Installing from source - qrcode missing


From: Kaushik
Subject: [Health-dev] Installing from source - qrcode missing
Date: Wed, 19 Jun 2013 15:25:01 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6

Hi all,
    I am installing GNUHealth from source. I fixed one issue with missing PywebDav module.

Next I get qrcode module missing - No module named qrcode . I couldnt find this in http://downloads.tryton.org/2.6/.

Could you please let me know where I can find this module qrcode.

The following is the stack crawl -
Traceback (most recent call last):
  File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
    response['result'] = dispatch_method(method, params)
  File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
    res = dispatch(*args)
  File "/trytond/protocols/dispatcher.py", line 37, in dispatch
    res = security.login(database_name, user, session)
  File "/trytond/security.py", line 19, in login
    pool = _get_pool(dbname)
  File "/trytond/security.py", line 13, in _get_pool
    pool.init()
  File "/trytond/pool.py", line 123, in init
    self.start()
  File "/trytond/pool.py", line 75, in start
    register_classes()
  File "/trytond/modules/__init__.py", line 347, in register_classes
    mod_file, pathname, description)
  File "/trytond/modules/health_qrcodes/__init__.py", line 23, in <module>
    from .health_qrcodes import *
  File "/trytond/modules/health_qrcodes/health_qrcodes.py", line 21, in <module>
    import qrcode
ImportError: No module named qrcode

No module named qrcode

Thanks
Kaushik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]