El dia 09/03/2016 19.05, "Ashish Kumar" <ashish.ku...@gmail.com> va escriure:
>
> Hi,
>
> I was trying to setup tryton on my machine (ubuntu) but I am getting Incompatible version of the server error. I have followed below steps:
>
> 1. hg clone https://hg.tryton.org/trytond
Default branch is v3.9. Change to 3.8 branch
> 2. Run bin/trytond
> 3. I have installed tryton from pip
Last version is 3.8
> 4. Run tryton
> 5. Filled the database details (Image1)
>
> 6. Error (Image2)
On Wednesday, 9 March 2016 23:42:25 UTC+5:30, raimonesteve wrote:
El dia 09/03/2016 19.05, "Ashish Kumar" <ashish.ku...@gmail.com> va escriure:
>
> Hi,
>
> I was trying to setup tryton on my machine (ubuntu) but I am getting Incompatible version of the server error. I have followed below steps:
>
> 1. hg clone https://hg.tryton.org/trytondDefault branch is v3.9. Change to 3.8 branch
> 2. Run bin/trytond
> 3. I have installed tryton from pipLast version is 3.8
> 4. Run tryton
> 5. Filled the database details (Image1)
>
> 6. Error (Image2)
--
You received this message because you are subscribed to the Google Groups "tryton-dev" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/edb2af69-1a58-4f68-a1db-a0e705d21300%40googlegroups.com.
It means that the module stock_location_sequence is not installed but it
is defined in your database.
Error code 404.
Message: File not found.
Error code explanation: 404 = Nothing matches the given URI.
Thanks
Hi,
It means that the module stock_location_sequence is not installed but it
is defined in your database.Ok, I tried reinstalling everything as below.I have followed below steps for installing tryton in my machine (32 bit ubuntu).1. hg clone http://hg.tryton.org/trytond/2. hg clone http://hg.tryton.org/tryton/3. In each directory, sudo python setup.py install4. Create postgresql database, sudo -u postgres createdb tryton-db5. Create superuser, sudo -u postgres createuser --superuser ashish6. Created a config.ini file with following details:[database]uri = postgresql://ashish:ashish@localhost:8000/path = /var/lib/trytond
7. Initialize the database as follows:trytond -c config.ini -d trytond --allIt is stuck in this command, no prompt for password as mentioned on the http://doc.tryton.org/3.4/trytond/doc/topics/setup_database.html.8. I ran bin/tryton and filled the details as belowhost: localhost:8000database: tryton-dbusername: ashish (postgresql-user)password: ashish (password)GETTING CONNECTION ERROR (BAD USERNAME/PASSWORD). I TRIED WITH ROOT USERNAME AND PASSWORD BUT STILL THE SAME ERROR. I THINK IT IS BECAUSE MY DATABASE IS NOT GETTING INITIALIZED. I THINK I AM MISSING SOMETHING HERE. CAN SOMEONE PLEASE HELP ME OUT HERE.9. localhost:8000 in the browser is giving:Error response
Error code 404.
Message: File not found.
Error code explanation: 404 = Nothing matches the given URI.
Thanks
--
You received this message because you are subscribed to the Google Groups "tryton-dev" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/ecad7025-2e69-4875-8fa6-1a8f090ca61d%40googlegroups.com.