Advertisement
Guest User

Untitled

a guest
Nov 16th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. trytond-admin -d tryton -c /etc/tryton/trytond.conf --verbose --update=party_ar
  2. 5062 140444916078336 [2016-11-16 21:31:53,409] INFO trytond.backend.postgresql.database connect to "tryton"
  3. 5062 140444916078336 [2016-11-16 21:31:53,515] WARNING py.warnings /usr/local/lib/python2.7/dist-packages/relatorio/templates/__init__.py:29: UserWarning: Unable to load plugin 'chart'
  4. warnings.warn("Unable to load plugin '%s'" % name)
  5.  
  6. Traceback (most recent call last):
  7. File "/usr/local/bin/trytond-admin", line 4, in <module>
  8. __import__('pkg_resources').run_script('trytond==4.0.5', 'trytond-admin')
  9. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 534, in run_script
  10. self.require(requires)[0].run_script(script_name, ns)
  11. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1438, in run_script
  12. execfile(script_filename, namespace, namespace)
  13. File "/usr/local/lib/python2.7/dist-packages/trytond-4.0.5-py2.7.egg/EGG-INFO/scripts/trytond-admin", line 21, in <module>
  14. admin.run(options)
  15. File "/usr/local/lib/python2.7/dist-packages/trytond-4.0.5-py2.7.egg/trytond/admin.py", line 48, in run
  16. Pool(db_name).init(update=options.update, lang=lang)
  17. File "/usr/local/lib/python2.7/dist-packages/trytond-4.0.5-py2.7.egg/trytond/pool.py", line 144, in init
  18. self.start()
  19. File "/usr/local/lib/python2.7/dist-packages/trytond-4.0.5-py2.7.egg/trytond/pool.py", line 97, in start
  20. register_classes()
  21. File "/usr/local/lib/python2.7/dist-packages/trytond-4.0.5-py2.7.egg/trytond/modules/__init__.py", line 332, in register_classes
  22. for package in create_graph(get_module_list())[0]:
  23. File "/usr/local/lib/python2.7/dist-packages/trytond-4.0.5-py2.7.egg/trytond/modules/__init__.py", line 191, in create_graph
  24. - set((p[0] for p in packages))))
  25. Exception: Missing dependencies: [u'party_ar']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement