Advertisement
Guest User

crash creating DB

a guest
May 6th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. trytond -c /etc/trytond.conf -d bryants --all
  2. Traceback (most recent call last):
  3. File "/usr/local/bin/trytond", line 80, in <module>
  4. server.TrytonServer(options).run()
  5. File "/usr/local/lib/python2.7/dist-packages/trytond/server.py", line 109, in run
  6. Pool(db_name).init(update=self.options.update, lang=lang)
  7. File "/usr/local/lib/python2.7/dist-packages/trytond/pool.py", line 144, in init
  8. self.start()
  9. File "/usr/local/lib/python2.7/dist-packages/trytond/pool.py", line 97, in start
  10. register_classes()
  11. File "/usr/local/lib/python2.7/dist-packages/trytond/modules/__init__.py", line 355, in register_classes
  12. mod_file, pathname, description)
  13. File "/usr/local/lib/python2.7/dist-packages/trytond/modules/currency/__init__.py", line 5, in <module>
  14. from .currency import *
  15. File "/usr/local/lib/python2.7/dist-packages/trytond/modules/currency/currency.py", line 6, in <module>
  16. from trytond.tools import safe_eval, datetime_strftime
  17. ImportError: cannot import name safe_eval
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement