Guest User

Untitled

a guest
Mar 16th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "bin/trytond", line 80, in <module>
  3. server.TrytonServer(options).run()
  4. File "/home/vivek/gsoc16/trytond/trytond/server.py", line 84, in run
  5. with Transaction().start(db_name, 0) as transaction:
  6. File "/home/vivek/gsoc16/trytond/trytond/transaction.py", line 75, in start
  7. Database = backend.get('Database')
  8. File "/home/vivek/gsoc16/trytond/trytond/backend/__init__.py", line 30, in get
  9. ep, = pkg_resources.iter_entry_points('trytond.backend', db_type)
  10. ValueError: need more than 0 values to unpack
Add Comment
Please, Sign In to add comment