@Jhuliana Primero crea un virtualenv para trytond
Instala trytond con hgnested pero dentro del virtualenv[1] Instalas todas las dependencias de tryton. Al final instala... gnuhealth desde las fuentes! [1]: http://code.google.com/p/tryton/wiki/InstallationMercurial#Server_and_Modules_Installation 2013/5/20 Jhuliana Delgado <[email protected]> > gracias, ya lo habia corregido, ahora me hace esto: > > Can't create the database, caused by an unknown reason. > If there is a database created, it could be broken. Maybe drop this > database! Please check the error message for possible informations. > Error message: > Module health_services not found > > disculpa las molestias, > > El lunes, 20 de mayo de 2013 13:37:45 UTC-4:30, Javier Soques escribió: >> >> Parece que el puerto jsonrpc la cual tienes asignado en el trytond.conf >> esta en conflicto con otro servicio. Estas usando el puerto 8000 en otro >> servicio? >> >> >> On Mon, May 20, 2013 at 1:15 PM, Jhuliana Delgado <[email protected]>wrote: >> >>> peron me equivoque al escribir es tryton 2.6 a health 1.8 >>> >>> El lunes, 20 de mayo de 2013 13:13:16 UTC-4:30, Jhuliana Delgado >>> escribió: >>> >>>> Buenas Tardes a todos; >>>> >>>> Tengo este error: >>>> >>>> [Mon May 20 11:59:06 2013] INFO:server:using /etc/trytond.conf as >>>> configuration file >>>> [Mon May 20 11:59:06 2013] INFO:server:initialising distributed objects >>>> services >>>> Traceback (most recent call last): >>>> File "/usr/local/bin/trytond", line 109, in <module> >>>> trytond.server.TrytonServer(**op**tions).run() >>>> File "/usr/local/lib/python2.6/**dist**-packages/trytond/server.**py", >>>> line 102, in run >>>> self.start_servers() >>>> File "/usr/local/lib/python2.6/**dist**-packages/trytond/server.**py", >>>> line 224, in start_servers >>>> CONFIG['ssl_jsonrpc'])) >>>> File "/usr/local/lib/python2.6/**dist**-packages/trytond/**protocols/ >>>> **jsonrpc.py", line 370, in __init__ >>>> self.server = server_class((interface, port), handler_class, 0) >>>> File "/usr/local/lib/python2.6/**dist**-packages/trytond/**protocols/ >>>> **jsonrpc.py", line 292, in __init__ >>>> bind_and_activate) >>>> File "/usr/lib/python2.6/**SocketServ**er.py", line 402, in __init__ >>>> self.server_bind() >>>> File "/usr/local/lib/python2.6/**dist**-packages/trytond/**protocols/ >>>> **jsonrpc.py", line 334, in server_bind >>>> SimpleJSONRPCServer.server_**bin**d(self) >>>> File "/usr/lib/python2.6/**SocketServ**er.py", line 413, in >>>> server_bind >>>> self.socket.bind(self.server_**a**ddress) >>>> File "<string>", line 1, in bind >>>> socket.error: [Errno 98] Address already in use >>>> >>>> >>>> Solo instale tryton 2.6 con health 1.6, queria un poco de ayuda, ya que >>>> todos mis apuntes e informacion la perdi en un robo, estoy copmenzando >>>> denuevo en todo, tratando de acordarme todo lo que hice anteriormente, si >>>> estan disponibles para ayudar, bienvenido sea. >>>> >>>> Saludos; >>>> >>> >> >> >> -- >> Javier Soques >> >> -- Andres Vargas www.zodman.com.mx
