[tryton] Module version mismatch

2012-05-25 Thread ashutosh verma
I am installing various tryton modules using pip install but always facing the version mismatch problem , any one have the solution to get rid of version mismatch. -- tryton@googlegroups.com mailing list

Re: [tryton] Module version mismatch

2012-05-25 Thread Jan Grasnick | grasbauer ug
Am 25.05.2012 09:27, schrieb ashutosh verma: I am installing various tryton modules using pip install but always facing the version mismatch problem , any one have the solution to get rid of version mismatch. you can do pip install modul==2.2 (i.e. Versionnumber) -- tryton@googlegroups.com