|
From: | Sebastián Marró |
Subject: | Re: [Health-dev] gnuhealth 2.2.1 / Which module provides 'wizard'? |
Date: | Wed, 6 Nov 2013 12:38:04 -0200 |
Hello,
kindly asking for your advice on the following issue:
Basing on the Tryton build for openSUSE
http://code.google.com/p/tryton/wiki/InstallationonopenSUSE
I am trying to package gnuhealth in order to create an easy-to-use, dashboard
like installation for GNU Health on openSUSE, taking most of the installation
hassels away from the user.
That works fine for the Tryton standard modules, but as soon as I install gnu
health, an error occurs during database setup:
[Sun Nov 03 15:10:05 2013] INFO:modules:health_imaging:registering classes
Traceback (most recent call last):
File "/usr/bin/trytond", line 109, in <module>
trytond.server.TrytonServer(options).run()
File "/usr/lib/python2.7/site-packages/trytond/server.py", line 131, in run
Pool(db_name).init(update=update, lang=lang)
File "/usr/lib/python2.7/site-packages/trytond/pool.py", line 123, in init
self.start()
File "/usr/lib/python2.7/site-packages/trytond/pool.py", line 75, in start
register_classes()
File "/usr/lib/python2.7/site-packages/trytond/modules/__init__.py", line
347, in register_classes
mod_file, pathname, description)
File "/usr/lib/python2.7/site-
packages/trytond/modules/health_imaging/__init__.py", line 25, in <module>
from wizard import *
ImportError: No module named wizard
I have seen a similar problem during the installation of PyWebDAV, as it needs
the python-setuptools during runtme as well (and not only during compilation).
Unfortunately, I could not spot where 'wizard' is coming from...
[Prev in Thread] | Current Thread | [Next in Thread] |