bugGNU Health - Bugs: bug #44091, Missing package directory for...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #44091: Missing package directory for report on setup.py

Submitter:  Bruno M. Villasanti <bvillasanti>
Submitted:  Mon 26 Jan 2015 01:29:22 PM UTC
   
 
Category:  Installation Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  bvillasanti
Open/Closed:  Closed Release:  2.7.0
Module:  health_reporting Component:  None

Mon 26 Jan 2015 01:42:52 PM UTC, comment #1: 

Fixed on changeset 1795:9d98c61189b3

Bruno M. Villasanti <bvillasanti>
Mon 26 Jan 2015 01:29:22 PM UTC, original submission:  

When initializing an empty database with gnuhealth 28rc2 installed I run into the error:

[Mon Jan 26 12:45:27 2015] INFO:modules:health_genetics:registering classes
[Mon Jan 26 12:45:27 2015] INFO:modules:health_imaging:registering classes
[Mon Jan 26 12:45:27 2015] INFO:modules:health_surgery:registering classes
[Mon Jan 26 12:45:27 2015] INFO:modules:health_who_essential_medicines:registering classes
[Mon Jan 26 12:45:27 2015] INFO:modules:health_iss:registering classes
[Mon Jan 26 12:45:27 2015] INFO:modules:health_reporting:registering classes
/usr/lib/python2.7/site-packages/trytond/modules/health_reporting/__init__.py:24: ImportWarning: Not importing directory '/usr/lib/python2.7/site-packages/trytond/modules/health_reporting/report': missing _init_.py
  from report import *
Traceback (most recent call last):
  File "/usr/bin/trytond", line 80, in <module>
    trytond.server.TrytonServer(options).run()
  File "/usr/lib/python2.7/site-packages/trytond/server.py", line 98, in run
    Pool(db_name).init(update=self.options.update, lang=lang)
  File "/usr/lib/python2.7/site-packages/trytond/pool.py", line 140, in init
    self.start()
  File "/usr/lib/python2.7/site-packages/trytond/pool.py", line 92, in start
    register_classes()
  File "/usr/lib/python2.7/site-packages/trytond/modules/__init__.py", line 351, in register_classes
    mod_file, pathname, description)
  File "/usr/lib/python2.7/site-packages/trytond/modules/health_reporting/__init__.py", line 24, in <module>
    from report import *
ImportError: No module named report


--
Thanks to Axel Braun <Axel.Braun@gmx.de> for report this bug.

Bruno M. Villasanti <bvillasanti>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bvillasanti (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-01-26 bvillasanti StatusIn Progress Fixed
        Open/ClosedOpen Closed
        ReleaseNone 2.7.0

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code