health-dev
[Top][All Lists]
Advanced

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

[Health-dev] gnuhealth 1.8.1 Exception: Module health_services not found


From: Shakthi Kannan
Subject: [Health-dev] gnuhealth 1.8.1 Exception: Module health_services not found
Date: Thu, 4 Jul 2013 12:49:36 +0530

Hi,

I am trying to package gnuhealth 1.8.1 for Fedora 18.

I am able to use the Tryton front-end to connect to the demo database,
and was able to create a local gnuhealth database. When trying to
connect from the Tryton client to the local gnuhealth database, I get
the following error:

=== BEGIN ===

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 36, 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 113, in init
    self.start()
  File "/trytond/pool.py", line 64, in start
    register_classes()
  File "/trytond/modules/__init__.py", line 318, in register_classes
    for package in create_graph(get_module_list())[0]:
  File "/trytond/modules/__init__.py", line 156, in create_graph
    raise Exception('Module %s not found' % module)
Exception: Module health_services not found

=== END ===

In /usr/lib/python2.7/site-packages/trytond/modules/health_services/__init__.py,
I see

=== CODE ===

from trytond.pool import Pool
from .health_services import *
from wizard import *
...

=== OUTPUT ===

Is there anything that I am missing? Is the following bug related?

  http://savannah.gnu.org/bugs/?37318

Appreciate any help in this regard.

Thanks!

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com



reply via email to

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