health-dev
[Top][All Lists]
Advanced

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

[Health-dev] gnuhealth 2.2.1 / Which module provides 'wizard'?


From: Axel Braun
Subject: [Health-dev] gnuhealth 2.2.1 / Which module provides 'wizard'?
Date: Wed, 06 Nov 2013 11:36:06 +0100
User-agent: KMail/4.11.2 (Linux/3.7.10-1.16-desktop; KDE/4.11.2; x86_64; ; )

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...

Any hints?
Thanks
Axel

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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