Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. File "/home/auc/confs/pegase/cubes/pylos/utils.py", line 54, in pyro_connect
  2. cnx.load_appobjects(cubes=cubes_to_load)
  3. File "/home/auc/confs/pegase/cubicweb/dbapi.py", line 642, in load_appobjects
  4. self.vreg.register_objects(vpath)
  5. File "/home/auc/confs/pegase/cubicweb/cwvreg.py", line 707, in register_objects
  6. path, self.config.extrapath)
  7. File "/home/auc/confs/pegase/logilab/common/registry.py", line 667, in register_objects
  8. self.load_file(filepath, modname)
  9. File "/home/auc/confs/pegase/logilab/common/registry.py", line 725, in load_file
  10. self.load_module(module)
  11. File "/home/auc/confs/pegase/logilab/common/registry.py", line 748, in load_module
  12. module.registration_callback(self)
  13. File "/home/auc/confs/pegase/cubes/pegase/views/uicfg.py", line 553, in registration_callback
  14. uicfg.setup_case_choices(vreg)
  15. File "/home/auc/confs/pegase/cubes/pylos/views/uicfg.py", line 242, in setup_case_choices
  16. rtypes, etypes = container.case_rtypes_etypes(vreg)
  17. File "/home/auc/confs/pegase/logilab/common/deprecation.py", line 84, in wrapped
  18. return func(*args, **kwargs)
  19. File "/home/auc/confs/pegase/cubes/pylos/container.py", line 25, in case_rtypes_etypes
  20. rtypes = set(rdef.rtype.type for rdef in conf.inner_rdefs)
  21. AttributeError: 'NoneType' object has no attribute 'inner_rdefs'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement