IRC logs of #tryton for Sunday, 2013-08-25

chat.freenode.net #tryton log beginning Sun Aug 25 00:00:02 CEST 2013
2013-08-25 18:34 <fink> hi guys, setting up a fresh 2.8 install in a virtualenv. i've done 'pip install trytond_product_kit' in the virtualenv. yet, when creating the db, it errors out: 'Exception: Module product_kit not found'
2013-08-25 21:42 <cedk_> fink: probably the module is not compatible with your trytond version
2013-08-25 21:51 <fink> cedk_: yes, you're right thanks. the module's requires.txt says: trytond >= 2.4, < 2.5
2013-08-25 21:51 <fink> is there a central list/table which shows which modules are compatible with which tryton versions?
2013-08-25 21:56 <cedk_> fink: I don't think there is such things on PyPI
2013-08-25 21:57 <cedk_> fink: but all official Tryton modules are release for each major version of trytond
2013-08-25 21:57 <fink> cedk_: cool, thanks
2013-08-25 21:59 <cedk_> fink: best will be to request author of the module to make a new release for last version
2013-08-25 21:59 <fink> ok
2013-08-25 22:05 <fink> cedk_: is there a list of the official modules?
2013-08-25 22:06 <cedk_> fink: http://hg.tryton.org/modules
2013-08-25 22:06 <fink> ah, thanks :)
2013-08-25 22:07 <fink> is there an easy way to install all of them using pip?
2013-08-25 22:07 <cedk_> fink: not really
2013-08-25 22:08 <fink> i guess i could scrape the webpage and regex it
2013-08-25 22:08 <cedk_> fink: but you can use this file to write a script: http://downloads.tryton.org/2.8/modules.txt
2013-08-25 22:08 <fink> ah better, thanks
2013-08-25 22:24 <fink> i used pip to install the server: 'pip install trytond==2.8' & i downloaded version 2.8.0 of the GUI client. i can create a database with the client, but when trying to connect, an error appears: "incompatible version of the server"
2013-08-25 22:25 <fink> sorry
2013-08-25 22:26 <fink> ./bin/trytond --version
2013-08-25 22:26 <fink> 2.9.0
2013-08-25 22:26 <fink> must have screwed something up, sorry

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!