Yepp. I've checked the wiki and used 8000, but when I try to start tryton-server with "trytond", it always shows a python failure as "module trytond.service... doesn't have a attribute...". So I thought could it be that the configuration would be changed.
Thank you Geng On Thursday, July 11, 2013 6:39:59 PM UTC+2, Axel Braun wrote: > > Am Donnerstag, 11. Juli 2013, 07:04:19 schrieb 耿赓: > > 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_conn > > ect_to_server%22 said. > > > > Question is, where? > > IMHO tryton server listens on 8000 > according to /etc/trytond.conf > > Regarding documentation, you have checked the wiki? > > HTH > Axel >
