On 2016-03-09 16:24, Manipal Singh wrote:
> 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

The backend name is sqlite not sqlite3

> path = /home/manipalsingh/Documents/github/tryton/tryton/demo
> 
> [session]
> super_pwd = 9nvAIv9/qUUI6

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: [email protected]
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
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/20160310005226.GL25642%40tetsuo.

Reply via email to