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:
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: ''