Advertisement
Guest User

Untitled

a guest
Mar 18th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/local/bin/trytond-admin", line 5, in <module>
  3. pkg_resources.run_script('trytond==3.9.dev0', 'trytond-admin')
  4. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
  5. self.require(requires)[0].run_script(script_name, ns)
  6. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script
  7. execfile(script_filename, namespace, namespace)
  8. File "/usr/local/lib/python2.7/dist-packages/trytond-3.9.dev0-py2.7.egg/EGG-INFO/scripts/trytond-admin", line 21, in <module>
  9. admin.run(options)
  10. File "/usr/local/lib/python2.7/dist-packages/trytond-3.9.dev0-py2.7.egg/trytond/admin.py", line 19, in run
  11. Database = backend.get('Database')
  12. File "/usr/local/lib/python2.7/dist-packages/trytond-3.9.dev0-py2.7.egg/trytond/backend/__init__.py", line 30, in get
  13. ep, = pkg_resources.iter_entry_points('trytond.backend', db_type)
  14. ValueError: need more than 0 values to unpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement