Thanks Guys The server started becoz of the all the help i received from Hedayat, Cedric and Luis. Couple of things i noticed.
1) Ubuntu has its own version of trytond and messages. (As when the command didn't run it said i should install it using apt-get install tryontond-server and apt-get install tryton-client. 2) Uninstalling trytond removes all modules under trytond/modules but not under trytond/site-packages/ So when the script for trytond_health_module runs its detects the site-packages/ folders and the requirement is satisfied not completing the install. 3) Even now in order to run tryton client i have to use sudo command otherwise it gives a Permission Denied error for Known-Hosts file. Now i will explore the health module further. Its a great contribution by the community I am looking forward to successfully implementing it. Thanks Paras On Fri, Dec 9, 2011 at 5:37 AM, Cédric Krier <[email protected]> wrote: > On 09/12/11 05:25 -0500, Paras Jasani wrote: > > latest update is the following > > > > gnuhealth@ubuntu:~$ ~/.local/bin/trytond > > [Fri Dec 09 05:12:23 2011] INFO:server:using default configuration > > [Fri Dec 09 05:12:23 2011] INFO:server:initialising distributed objects > > services > > [Fri Dec 09 05:12:23 2011] DEBUG:psycopg2:installed. Logging using Python > > logging module > > Traceback (most recent call last): > > File "/home/gnuhealth/.local/bin/trytond", line 104, in <module> > > trytond.server.TrytonServer(options).run() > > File > > "/home/gnuhealth/.local/lib/python2.7/site-packages/trytond/server.py", > > line 102, in run > > Pool.start() > > File > > "/home/gnuhealth/.local/lib/python2.7/site-packages/trytond/pool.py", > line > > 71, in start > > register_classes(reload_p=reload_p) > > File > > > "/home/gnuhealth/.local/lib/python2.7/site-packages/trytond/modules/__init__.py", > > line 344, in register_classes > > for package in create_graph(get_module_list())[0]: > > File > > > "/home/gnuhealth/.local/lib/python2.7/site-packages/trytond/modules/__init__.py", > > line 160, in create_graph > > raise Exception('Module %s not found' % module) > > Exception: Module health_socioeconomics not found > > > > > > I am not sure why its failing on intialization .. > > It seems that the module health_socioeconomics is not correctly > installed. > > -- > Cédric Krier > > B2CK SPRL > Rue de Rotterdam, 4 > 4000 Liège > Belgium > Tel: +32 472 54 46 59 > Email/Jabber: [email protected] > Website: http://www.b2ck.com/ > -- [email protected] mailing list
