The port is wrong. 5432 is the port of PostgreSQL, Tryton by default listen on
8000 (for trunk) and 8070 (for <= 2.0).
--
Cédric Krier
B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric...@b2ck.com
Website: http://www.b2ck.com/
Sharoon Thomas
> --
> try...@googlegroups.com mailing list
You must use the same 2 first number version of trytond and tryton.
In 2.0, the error message is not always correct (fixed in trunk). So it can be
an other issue than the server version. Perhaps trytond is enable to connect
to the database, you should check this.
PS: Please don't top-post as explain in
https://groups.google.com/d/msg/tryton/-IA9TLq5qag/pv5okIVkr38J
trytond is the server part of Tryton.
You can download it from http://downloads.tryton.org/
Otherwise, you should read https://code.google.com/p/tryton/wiki/SetupAndStart
PS: also try to remove unused part of the email you reply on like the
signature etc.
--
Cédric Krier
B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric...@b2ck.com
Website: http://www.b2ck.com/
There is no package for windows.
If you want just test, you can use neso which is an application that embed the
client and the server.
Otherwise you can setup a Python environment for the server on windows, you
can use the all-in-one installer from pygtk [1] but you will need to install
some more dependencies using the `easy_install` script.
Or the last option is to setup a UNIX server for the Tryton server.
[1] http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/
P.S. if i install trytond on the server can i access tryton from and windows tryton client installation?
There is packages for Ubuntu:
http://packages.ubuntu.com/search?suite=default§ion=all&arch=any&searchon=names&keywords=tryton
Don't follow to much the wiki pages about Installation, they are not uptodate.
The best place is to look at the INSTALL file in each packages or to use pip
(http://pypi.python.org/pypi/pip).
I'm thinking about removing those pages.
> P.S. if i install trytond on the server can i access tryton from and windows
> tryton client installation?
Yes.
PS: Please don't use the buggy HTML editor of Google, the identation is wrong
and it is more difficult to read emails. Use plain text instead (better for
any mailing list).