IRC logs of #tryton for Sunday, 2012-04-15

chat.freenode.net #tryton log beginning Sun Apr 15 00:00:01 CEST 2012
2012-04-15 00:14 -!- X-tonic(~bha1@115.248.130.148) has left #tryton
2012-04-15 01:32 -!- X-tonic(~bha1@115.248.130.148) has left #tryton
2012-04-15 10:15 <lem0na> cedk: looks like the problem is in the create_graph function from modules/__init__.py; variable graph does not contain entries for 'sale', 'analytic_invoice'; all entries are 31, all_modules: 53
2012-04-15 10:20 <cedk> lem0na: probably, you don't get valid module
2012-04-15 10:22 <lem0na> cedk: any idea how to find the problem? i want to make the working environment to update the bulgarian translations
2012-04-15 10:22 <cedk> lem0na: I guess it missing __init__.py or __tryton__.py
2012-04-15 10:23 <cedk> lem0na: or you have old version those modules installed somewhere
2012-04-15 10:23 <lem0na> cedk: i have clean pull from the mercurial from yesterday
2012-04-15 10:24 <lem0na> cedk: i mean i cloned all repos
2012-04-15 10:25 <cedk> lem0na: check the files !
2012-04-15 10:26 <lem0na> cedk: in the problematic module?
2012-04-15 10:28 <cedk> lem0na: of course
2012-04-15 10:29 <lem0na> cedk: __init__.py contains only from .sale import *
2012-04-15 10:30 <lem0na> cedk: __tryton__.py have this dependencies:
2012-04-15 10:30 <lem0na> 'depends': [
2012-04-15 10:30 <lem0na> 'sale',
2012-04-15 10:30 <lem0na> 'analytic_account',
2012-04-15 10:30 <lem0na> 'analytic_invoice',
2012-04-15 10:30 <lem0na> ]
2012-04-15 10:32 <cedk> lem0na: for what?
2012-04-15 10:33 <lem0na> cedk: for analytic_sale
2012-04-15 10:39 <cedk> lem0na: but it is not one of the two missing ?
2012-04-15 10:41 <lem0na> cedk: http://pastebin.com/vJEJDfue
2012-04-15 10:41 <cedk> lem0na: don't care about ls
2012-04-15 10:41 <cedk> lem0na: look at the two missing modules !
2012-04-15 10:43 <lem0na> cedk: both modules have __init__.py and __tryton__.py
2012-04-15 10:46 <cedk> lem0na: so you say that get_module_list() doesn't contain 'sale' nor 'analytic_invoice' ?
2012-04-15 10:48 <lem0na> cedk: they are in the list - all 53
2012-04-15 10:50 <cedk> lem0na: so I think you should have old module in egg installation
2012-04-15 10:54 <lem0na> cedk: i do not find any egg file
2012-04-15 10:57 <cedk> lem0na: you can check the update_egg_modules method
2012-04-15 11:07 <lem0na> cedk: EGG_MODULES contains 48 entries and sale, analytic_sale, analytic_invoice are there
2012-04-15 11:09 <cedk> lem0na: so you have egg installed
2012-04-15 11:09 <cedk> lem0na: remove them
2012-04-15 11:10 <lem0na> cedk: find ./ -name "*.egg" returns nothing
2012-04-15 11:12 <cedk> lem0na: http://stackoverflow.com/questions/1231688/how-do-i-remove-packages-installed-with-pythons-easy-install
2012-04-15 12:21 <lem0na> cedk: wich is the server of pywebdav that i should use?
2012-04-15 12:21 <lem0na> =which is the version of pywebdav that i should use
2012-04-15 12:34 <lem0na> cedk: found it
2012-04-15 13:00 <cedk> lem0na: so you get now trytond running?
2012-04-15 13:00 <lem0na> cedk: have to install pywebdav 0.9.8
2012-04-15 13:01 <lem0na> cedk: there is no ebuild for gentoo so probably i have to install it with easy_install?
2012-04-15 13:05 <cedk> lem0na: https://code.google.com/p/tryton/wiki/GentooOverlay
2012-04-15 13:09 <lem0na> cedk: i looked there but did not see it
2012-04-15 13:37 -!- Mayank(~mayank@122.162.62.18) has left #tryton
2012-04-15 14:18 <lem0na> cedk: installed pywedev with pip and tryton works now
2012-04-15 14:18 <lem0na> cedk: do you have any plans to add pywebdev 0.9.8 ebuild to the tryton overlay?
2012-04-15 14:20 <cedk> lem0na: yes probably when I will add 2.4 in overlay
2012-04-15 14:21 <lem0na> cedk: ok, thanks
2012-04-15 14:21 <cedk> lem0na: so waiting for your translations now :-)
2012-04-15 14:22 <lem0na> cedk: will go for some time and start
2012-04-15 14:22 <lem0na> =go out
2012-04-15 18:02 <cedk> rhubner: ping
2012-04-15 18:02 <cedk> rhubner: could you check this issue: https://bugs.tryton.org/issue2549
2012-04-15 18:02 <cedk> rhubner: for me, it is a missconfiguration of the system but I'm not 100% sure
2012-04-15 18:15 <rhubner> cedk: Hi
2012-04-15 18:17 <rhubner> cedk: I will check this problem...
2012-04-15 18:17 <rhubner> cedk: I was also thinking about adding something in the rich text editor (missing shortcuts, e.g. CTRL+b = bold). Or start the translation to pt-br
2012-04-15 18:19 <rhubner> cedk: by anyway I'll give priority to this problem to issue2549

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