Re: [tryton] Need help with configuration file

2016-03-10 Thread Manipal Singh
I'm getting this error now: Traceback (most recent call last): File "../trytond/bin/trytond", line 80, in server.TrytonServer(options).run() File "/home/manipalsingh/Documents/github/tryton/trytond/trytond/server.py", line 79, in run self.start_servers() File

Re: [tryton] Need help with configuration file

2016-03-11 Thread Manipal Singh
when I try executing ./bin/trytond -c ../tryton/trytond.conf -d mydb --all I'm getting this error: Traceback (most recent call last): File "./bin/trytond", line 80, in server.TrytonServer(options).run() File "/home/manipalsingh/Documents/github/tryton/trytond/trytond/server.py", line

Re: [tryton] Need help with configuration file

2016-03-11 Thread Manipal Singh
> > Thanks got it. > One more thing, since I'm creating database using sqlite without using any username and password for the database, what should I enter as username and password when connecting to tryton. -- You received this message because you are subscribed to the Google Groups

Re: [tryton] Need help with configuration file

2016-03-11 Thread Manipal Singh
When I create use a database having .sqlite extension in its name I'm getting this error: Traceback (most recent call last): File "./bin/trytond", line 80, in server.TrytonServer(options).run() File "/home/manipalsingh/Documents/github/tryton/trytond/trytond/server.py", line 91, in run

Re: [tryton] Need help with configuration file

2016-03-12 Thread Manipal Singh
I was creating database by using sqlite mydb.sqlite creating it using *touch* command gives me these error: Traceback (most recent call last): File "./bin/trytond", line 80, in server.TrytonServer(options).run() File

[tryton] Need help with configuration file

2016-03-09 Thread Manipal Singh
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 server.TrytonServer(options).run() File