I have run the command: netstat -tupan | grep python
and got the following information: tcp 0 0 0.0.0.0:4505 0.0.0.0:* LISTEN 1251/python tcp 0 0 0.0.0.0:4506 0.0.0.0:* LISTEN 1036/python the port of python should be added into the /etc/trytond.conf as what the description on http://code.google.com/p/tryton/wiki/UserFAQ#I%27m_getting_%22Could_not_connect_to_server%22 said. Question is, where? Thank you.
