On 21/10/11 22:55 -0700, bino wrote: > So, my question is ... where I have to write my own module ? > or if I wrote it in some other directory, is there a way to "register" > it to my Tryton installation ?
Yes you can. You must write a setup.py (like those on existing modules) and run: `python setup.py develop` (you need perhaps to be root). This will register your local directory as a module. -- 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/
pgp8O3luXFPBR.pgp
Description: PGP signature
