Hey,

I'm new to Tryton and I'm having some problem setting my trytond.conf file.
I'm getting some errors:
Traceback (most recent call last):
  File "../trytond/bin/trytond", line 80, in <module>
    server.TrytonServer(options).run()
  File 
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/server.py", 
line 81, in run
    Database = backend.get('Database')
  File 
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/backend/__init__.py",
 
line 30, in get
    ep, = pkg_resources.iter_entry_points('trytond.backend', db_type)
ValueError: need more than 0 values to unpack

I have created a database named "demo" having a table named "abc" which has 
a field "age" in it.
Here is what I have written in trytond.conf file:
[database]
uri = sqlite3://127.0.0.1:8008
path = /home/manipalsingh/Documents/github/tryton/tryton/demo

[session]
super_pwd = 9nvAIv9/qUUI6


I think I'm doing something wrong, don't know what, need help.....

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/65d7cdc1-cebc-4c9a-8c4d-67cea74e1c2d%40googlegroups.com.

Reply via email to