Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. /home/prayashm/workbench/tryton-repo/env/local/lib/python2.7/site-packages/relatorio/templates/__init__.py:29: UserWarning: Unable to load plugin 'chart'
  2. warnings.warn("Unable to load plugin '%s'" % name)
  3. Traceback (most recent call last):
  4. File "bin/trytond", line 17, in <module>
  5. from trytond.application import app
  6. File "/home/prayashm/workbench/tryton-repo/trytond/trytond/application.py", line 8, in <module>
  7. Pool.start()
  8. File "/home/prayashm/workbench/tryton-repo/trytond/trytond/pool.py", line 97, in start
  9. register_classes()
  10. File "/home/prayashm/workbench/tryton-repo/trytond/trytond/modules/__init__.py", line 362, in register_classes
  11. mod_file, pathname, description)
  12. File "/home/prayashm/workbench/tryton-repo/trytond/trytond/modules/calendar/__init__.py", line 5, in <module>
  13. from . import caldav
  14. File "/home/prayashm/workbench/tryton-repo/trytond/trytond/modules/calendar/caldav.py", line 11, in <module>
  15. from trytond.modules.webdav.protocol import TrytonDAVInterface, LOCAL, \
  16. File "/home/prayashm/workbench/tryton-repo/trytond/trytond/modules/webdav/protocol.py", line 26, in <module>
  17. from trytond.exceptions import UserError, UserWarning, NotLogged, \
  18. ImportError: cannot import name NotLogged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement