IRC logs of #tryton for Thursday, 2010-04-01

chat.freenode.net #tryton log beginning Thu Apr 1 00:00:02 CEST 2010
2010-04-01 00:36 -!- vengfulsquirrel(~ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2010-04-01 05:19 -!- yangoon(~mathiasb@p549F72E1.dip.t-dialin.net) has joined #tryton
2010-04-01 08:35 -!- paepke(~paepke@p4FEB099C.dip0.t-ipconnect.de) has joined #tryton
2010-04-01 08:35 -!- sharkcz(~dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2010-04-01 09:02 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton
2010-04-01 09:12 -!- mfladischer(~fladische@2001:5c0:1505:7e00:f4e1:dbff:fe19:9f4b) has joined #tryton
2010-04-01 09:16 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2010-04-01 09:23 -!- cedric_b(~cedric@ANantes-258-1-130-175.w90-54.abo.wanadoo.fr) has joined #tryton
2010-04-01 09:40 -!- bechamel(~user@altair.scf.fundp.ac.be) has joined #tryton
2010-04-01 09:46 -!- akapaka(~akapaka@80-219-251-120.dclient.hispeed.ch) has joined #tryton
2010-04-01 09:51 <akapaka> hi
2010-04-01 09:53 <akapaka> is there a script that clones all the hg projects needed for a base installation? I have not found advice..
2010-04-01 09:54 <bechamel> akapaka: http://code.google.com/p/tryton/wiki/InstallationMercurial#Automatic_Way
2010-04-01 09:55 <akapaka> thanks for the link. so google code is more than just labs :-)
2010-04-01 09:58 <bechamel> akapaka: yes, it's labs + wiki
2010-04-01 10:42 <cedk> akapaka: be careful that this method is only if you plan to develop for Tryton
2010-04-01 10:42 <cedk> akapaka: otherwise use distribution package is there is one or easy_install
2010-04-01 10:45 <akapaka> cedk: thanks, but like to look at the code. As Java developer I'm curious if tryton would run on jython 2.5.1. has anyone tried?
2010-04-01 10:47 <cedk> akapaka: as it is in Python, installation from distribution or easy_install will allow you to see the code
2010-04-01 10:47 <cedk> akapaka: I tried for Jython, the main issue is that lxml doesn't work on it
2010-04-01 10:47 <cedk> akapaka: I started a work to remove lxml http://codereview.appspot.com/223053/show
2010-04-01 10:49 <cedk> akapaka: I have also a patch for postgresql connection with Jython
2010-04-01 10:49 <cedk> akapaka: it works almost
2010-04-01 10:49 <cedk> akapaka: but relatorio must be also port to Jython and his usage of lxml is difficult to port to standard xml libs
2010-04-01 10:50 <cedk> akapaka: so I think the best to have jython support, is to write a wrapper for lxml
2010-04-01 10:50 <cedk> akapaka: if you want I can send you the patch for jython postgresql
2010-04-01 10:52 <akapaka> cedk: I'd like to get the patch for jython. what was the reason you were exploring jython?
2010-04-01 10:52 <cedk> by the way, I did not find any speed improvement with jython except slower start time
2010-04-01 10:52 <akapaka> :-(
2010-04-01 10:52 <cedk> akapaka: I was looking for speed improvement
2010-04-01 10:52 <cedk> akapaka: and also challenge :-)
2010-04-01 10:53 <paepke> cedk, have you looked at pypy? what are youre impressions?
2010-04-01 10:53 <cedk> akapaka: but tryton works well with Unladen Swallow 2009Q4
2010-04-01 10:53 <cedk> paepke: never tried pypi
2010-04-01 10:54 <akapaka> cedk: that is good news. there seems to be some drive behind this project.
2010-04-01 10:54 <cedk> paepke: which Python version are there compatible?
2010-04-01 10:55 <cedk> akapaka: to be honest, I don't think Tryton needs python code interpretation improvement
2010-04-01 10:56 <cedk> it is more to find some bottleneck
2010-04-01 10:58 <cedk> like this http://bugs.tryton.org/roundup/issue1382
2010-04-01 11:01 <akapaka> cedk: is the bottleneck is about building sums?
2010-04-01 11:01 <cedk> akapaka: for this issue, yes
2010-04-01 11:01 <cedk> akapaka: because it requires to read some more tables
2010-04-01 11:02 <cedk> akapaka: but it only shows a little delay less then 1sec
2010-04-01 11:05 <akapaka> cedk: you probably now about SIFT (NAV). This is only in the german version of wikipedia: http://de.wikipedia.org/wiki/Microsoft_Dynamics_NAV
2010-04-01 11:07 <paepke> cedk i'm not sure with pypy. it currently in development. don't know whats the current state wich python versions are supported. but looks like an intresting project.
2010-04-01 11:11 <cedk> akapaka: yes a little
2010-04-01 11:12 <cedk> paepke: I think unlanded is better because it keeps compatibility with c extentions
2010-04-01 11:13 <paepke> cedk never heard of that. i'm just browsing the site. looks very interesting
2010-04-01 11:14 <paepke> cedk, do you already have a speed comparism?
2010-04-01 11:14 <cedk> paepke: no
2010-04-01 11:15 <cedk> paepke: I did not see any visible speed improvement when running under Jython nor Unlanded
2010-04-01 11:16 <cedk> I think the bottleneck is the SQL queries
2010-04-01 11:16 <cedk> so we should find where is the slow queries, where is the unneeded queries etc.
2010-04-01 11:17 <akapaka> it sounds like a dbadm job
2010-04-01 11:19 <cedk> akapaka: for sure
2010-04-01 11:19 <cedk> akapaka: but don't misunderstand, Tryton works well with current version
2010-04-01 11:20 <akapaka> cedk: I have not seen speed problems yet.
2010-04-01 11:23 <cedk> akapaka: good :-)
2010-04-01 12:05 -!- paepke_(~paepke@p4FEB099E.dip0.t-ipconnect.de) has joined #tryton
2010-04-01 12:05 -!- Red15(~red15@unaffiliated/red15) has joined #tryton
2010-04-01 13:24 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton
2010-04-01 15:38 -!- elver(~elver@213-35-213-182-dsl.trt.estpak.ee) has joined #tryton
2010-04-01 15:46 -!- paepke(~paepke@p4FEB099E.dip0.t-ipconnect.de) has left #tryton
2010-04-01 15:47 -!- mr_amit(~amit@117.254.27.134) has joined #tryton
2010-04-01 15:58 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton
2010-04-01 16:02 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton
2010-04-01 17:56 -!- akapaka(~akapaka@80-219-251-120.dclient.hispeed.ch) has joined #tryton
2010-04-01 19:47 -!- vengfulsquirrel(~ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2010-04-01 19:57 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton

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