Guest User

Untitled

a guest
Mar 17th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/protocols/jsonrpc.py", line 162, in _marshaled_dispatch
  3. response['result'] = dispatch_method(method, params)
  4. File "/trytond/protocols/jsonrpc.py", line 191, in _dispatch
  5. res = dispatch(*args)
  6. File "/trytond/protocols/dispatcher.py", line 41, in dispatch
  7. res = security.login(database_name, user, session)
  8. File "/trytond/security.py", line 24, in login
  9. pool = _get_pool(dbname)
  10. File "/trytond/security.py", line 18, in _get_pool
  11. pool.init()
  12. File "/trytond/pool.py", line 144, in init
  13. self.start()
  14. File "/trytond/pool.py", line 97, in start
  15. register_classes()
  16. File "/trytond/modules/__init__.py", line 358, in register_classes
  17. mod_file, pathname, description)
  18. File "/dist-packages/trytond/modules/currency/__init__.py", line 5, in <module>
  19. from .currency import *
  20. File "/dist-packages/trytond/modules/currency/currency.py", line 6, in <module>
  21. from trytond.tools import safe_eval, datetime_strftime
  22. ImportError: cannot import name safe_eval
Add Comment
Please, Sign In to add comment