Thanks! I tried your suggestion but the error continue.
El martes, 12 de enero de 2016, 4:37:29 (UTC-4), Albert Cervera Areny escribió: > > 2016-01-12 0:34 GMT+01:00 <[email protected] <javascript:>>: > > Hello, > > > > I installed tryton and trytond from pip like suggest tryton > documentation, > > create postgresql user and database and create trytond.conf file. Also I > > initialize database how is suggested in documentation. > > > > Here my trytond.conf file here http://pastebin.com/R6HmUgZ9 > > > > My user is admin and the password is admin, too. I crypt the password > and > > add to trytond.conf file like suggested in the documentation. > > But when I tried to login the gtk client is getting the following > errors: > > Remove the known_hosts file in > ~/.config/tryton/<tryton-version>/known_hosts > > You can also just remove the entry corresponding to the server you're > trying to connect to (localhost:8000). > > > > > Traceback (most recent call last): > > File > > > "/home/myuser/.local/lib/python2.7/site-packages/tryton/gui/window/dblogin.py", > > > > line 599, in run > > if not common.test_server_version(host, port): > > File > > > "/home/myuser/.local/lib/python2.7/site-packages/tryton/common/common.py", > > line 231, in test_server_version > > version = rpc.server_version(host, port) > > File "/home/myuser/.local/lib/python2.7/site-packages/tryton/rpc.py", > line > > 67, in server_version > > result = connection.common.server.version(None, None) > > File "/usr/lib/python2.7/xmlrpclib.py", line 1233, in __call__ > > return self.__send(self.__name, args) > > File > "/home/myuser/.local/lib/python2.7/site-packages/tryton/jsonrpc.py", > > line 283, in __request > > verbose=self.__verbose > > File "/usr/lib/python2.7/xmlrpclib.py", line 1273, in request > > return self.single_request(host, handler, request_body, verbose) > > File "/usr/lib/python2.7/xmlrpclib.py", line 1303, in single_request > > response = h.getresponse(buffering=True) > > File "/usr/lib/python2.7/httplib.py", line 1073, in getresponse > > response.begin() > > File "/usr/lib/python2.7/httplib.py", line 415, in begin > > version, status, reason = self._read_status() > > File "/usr/lib/python2.7/httplib.py", line 379, in _read_status > > raise BadStatusLine(line) > > BadStatusLine: '' > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "tryton" group. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/tryton/300022c5-2b75-4f70-89c7-650435dfbf23%40googlegroups.com. > > > > > > -- > Albert Cervera i Areny > http://www.NaN-tic.com > Tel. 93 553 18 03 > -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/7ad9a025-ef0c-450b-8d59-9ba88109189d%40googlegroups.com.
