On 10/23/2012 11:18 PM, Sergi Almacellas Abellana wrote: > Al 23/10/12 18:46, En/na Raimon Esteve ha escrit: >> 2012/10/23 Cédric Krier <[email protected]>: >>> > I will just repeat: setuptools, pip and virtualenv >> I'm investigating but I don't know how to do it.... maybe a question >> in next TUL ;) > One virtualenv per trytond instance, each with all the required modules > installed.
Or for those inclined to developing their own modules, virtualenv + buildout Example (old, so update the versions): https://github.com/pjstevns/tryton.buildout Like Cédric explained; setuptools allows you to add your modules to whatever location you like. The module-loader in trytond will find them if they are setup correctly (in their setup.py) -- ________________________________________________________________ Paul J Stevens pjstevns @ gmail, twitter, skype, linkedin * Premium Hosting Services and Web Application Consultancy * www.nfg.nl/[email protected]/+31.85.877.99.97 ________________________________________________________________ -- -- [email protected] mailing list
