Hello list Thanks very much for maintaining a list of instructions of installing tinyERP of a lot of different Linux distributions, otherwise I'll have to struggle too long time to figure out how to install it on SuSE.
However even following the SuSE 10.1 installation procdure as carefully as I can, I still cannot make it work. I have all procedures listed here done: http://www.tinyerp.org/documentation/installation/.--.-2.1.6-suse.html All 17 steps are very successful and done with no error message at all! My error message (on the server end) is: ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 57657) Traceback (most recent call last): File "/usr/lib/python2.5/SocketServer.py", line 463, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.5/SocketServer.py", line 254, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.5/SocketServer.py", line 521, in __init__ self.handle() File "/usr/lib/python2.5/BaseHTTPServer.py", line 316, in handle self.handle_one_request() File "/usr/lib/python2.5/BaseHTTPServer.py", line 310, in handle_one_request method() File "/usr/lib/python2.5/SimpleXMLRPCServer.py", line 446, in do_POST self.report_404() File "/usr/lib/python2.5/SimpleXMLRPCServer.py", line 497, in report_404 self.connection.shutdown(1) File "<string>", line 1, in shutdown error: (107, 'Transport endpoint is not connected') ---------------------------------------- After seeing this message, I think probably that's because the postgresql database 'terp' had been empty (because the instruction didn't have a step of initialize a database with tables and sample data). So I pg_dump a successful server installation on Gentoo Linux and restore it to my SuSE 10.2 server (done successfully). Still when the client access the server (client installed on the same host) the above same error message pops up. Can any one hint me what I did wrong? P.S. I followed the instructions preciously except replaced all "python2.4" with "python2.5". Best Regards Zhang Weiwu _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
