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 install
4. Create postgresql database,  sudo -u postgres createdb tryton-db
5. Create superuser, sudo -u postgres createuser --superuser ashish
6. 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 --all

It 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 below
host: localhost:8000
database: tryton-db
username: 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.

Reply via email to