The only thing I installed with setup.py was the party_time module. It must have left some traces somewhere I (as a non-developer) was not aware of. This is what I found in the logs:
r...@x:/var/log# tail -f trytond.log [Mon Aug 30 13:59:30 2010] INFO:modules:tests:registering classes [Mon Aug 30 13:59:30 2010] INFO:modules:workflow:registering classes [Mon Aug 30 14:01:29 2010] INFO:server:using /etc/trytond.conf as configuration file [Mon Aug 30 14:01:29 2010] INFO:server:initialising distributed objects services [Mon Aug 30 14:01:29 2010] ERROR:modules:party_type:Module not found! [Mon Aug 30 14:01:29 2010] INFO:modules:ir:registering classes So I just need to know where to delete the entry of party_type that makes trytond look for it. Thanks for help. If there is something I can read to understand better the technical concept / mechanism of tryton (for someone not speaking python) I would go for it. David PS: egenix-mxdatetime was installed as a dependency to some other module automatically using debian package manager. -- [email protected] mailing list
