IRC logs of #tryton for Thursday, 2011-03-31

chat.freenode.net #tryton log beginning Thu Mar 31 00:00:02 CEST 2011
2011-03-31 00:45 <jcm> product category
2011-03-31 00:45 -!- FWiesing(~franz@mail.tryton.at) has left #tryton
2011-03-31 00:59 -!- gremly(~gremly@200.106.202.91) has joined #tryton
2011-03-31 01:07 -!- tony_(~tony@116.233.240.240) has joined #tryton
2011-03-31 02:41 -!- tony_(~tony@116.233.240.240) has joined #tryton
2011-03-31 03:00 -!- alimon(~alimon@187.156.77.246) has joined #tryton
2011-03-31 03:04 -!- ikks_(~ikks@190.158.104.249) has joined #tryton
2011-03-31 04:58 -!- ecarreras(~under@unaffiliated/ecarreras) has joined #tryton
2011-03-31 05:18 -!- yangoon(~mathiasb@p549F32AA.dip.t-dialin.net) has joined #tryton
2011-03-31 05:29 -!- Vladimirek(~vladimir@adsl-dyn88.91-127-104.t-com.sk) has joined #tryton
2011-03-31 05:31 -!- alimon(~alimon@187.156.77.246) has joined #tryton
2011-03-31 06:59 -!- silverfox1971(~sysadmin0@office.delfi2000.ru) has joined #tryton
2011-03-31 07:35 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2011-03-31 08:00 -!- predatell(~predatell@85.198.132.141) has joined #tryton
2011-03-31 08:09 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton
2011-03-31 08:14 -!- heg(~heg@dyn.83-228-214-133.dsl.vtx.ch) has joined #tryton
2011-03-31 08:36 -!- eugene_beast(~esizikov@81.1.213.1) has joined #tryton
2011-03-31 08:39 -!- lem0na(~lem0na@95.87.233.210) has joined #tryton
2011-03-31 08:51 -!- pjstevns(~pjstevns@a83-163-46-103.adsl.xs4all.nl) has joined #tryton
2011-03-31 09:03 -!- paepke(~paepke@pD9545670.dip0.t-ipconnect.de) has joined #tryton
2011-03-31 09:28 -!- trifon(~trifon@84.40.66.56) has joined #tryton
2011-03-31 09:35 -!- bechamel(~user@cismwks02-virtual1.cism.ucl.ac.be) has joined #tryton
2011-03-31 09:54 -!- okko(~okko@92.70.188.154) has joined #tryton
2011-03-31 09:54 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2011-03-31 10:14 -!- nicoe(~nicoe@62.58.29.41) has joined #tryton
2011-03-31 10:38 -!- nicoe(~nicoe@62.58.29.41) has joined #tryton
2011-03-31 11:51 -!- Vladimirek(~vladimir@adsl-dyn88.91-127-104.t-com.sk) has joined #tryton
2011-03-31 12:33 -!- ikks_(~ikks@190.158.104.249) has joined #tryton
2011-03-31 12:33 -!- digitalsatori(~tony@116.233.240.240) has joined #tryton
2011-03-31 13:35 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2011-03-31 13:46 <serpent213> cedk: re: webdav socket.settimeout issue
2011-03-31 13:46 <serpent213> i believe it's caused by http://bugs.python.org/issue7995
2011-03-31 13:46 <serpent213> not sure what the workaround should look like, though
2011-03-31 13:51 <cedk> serpent213: perhaps call settimeout on socket receive after accept
2011-03-31 13:57 -!- eugene_beast(~esizikov@81.1.213.1) has left #tryton
2011-03-31 14:01 -!- silverfox1971(~sysadmin0@office.delfi2000.ru) has left #tryton
2011-03-31 14:25 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2011-03-31 15:36 -!- lem0na(~lem0na@95.87.233.210) has joined #tryton
2011-03-31 15:54 -!- digitalsatori(~tony@116.233.240.240) has joined #tryton
2011-03-31 15:54 -!- Mayank(~MnzNotebu@122.162.136.98) has joined #tryton
2011-03-31 16:05 <serpent213> cedk: is trytond supposed to work under python 2.7?
2011-03-31 16:05 <cedk> serpent213: normally but never tested
2011-03-31 16:06 <serpent213> getting strange errors and many deprecation warnings...
2011-03-31 16:08 <serpent213> will go back to 2.6 for now
2011-03-31 16:36 <cedk> serpent213: you should report issue on bugtracker
2011-03-31 17:10 <serpent213> cedk: tried it this way: http://pastie.org/1739765
2011-03-31 17:10 <serpent213> still does not work
2011-03-31 17:10 <serpent213> also played around with setblocking(), but it resets the timeout
2011-03-31 17:10 <serpent213> would you accept a patch disabling settimeout() for MacOS & BSD?
2011-03-31 17:12 <cedk> serpent213: no
2011-03-31 17:13 <serpent213> any other idea?
2011-03-31 17:14 <cedk> serpent213: timeout is important otherwise it doesn't stop
2011-03-31 17:14 <cedk> serpent213: by the way, I have no issue with OpenBSD
2011-03-31 17:15 <serpent213> it would work for Python >= 2.6, as self.timeout is respected
2011-03-31 17:16 <cedk> serpent213: yes, I will accept a patch that doesn't call setimeout for Python >=2.6
2011-03-31 17:16 <cedk> serpent213: as explain in the comment
2011-03-31 17:17 <serpent213> i guess that's the best compromise -- can't spend more time on this issue...
2011-03-31 17:19 <cedk> serpent213: it works for you without the settimeout call and with Python >=2.6
2011-03-31 17:19 <cedk> serpent213: ?
2011-03-31 17:19 <serpent213> yes
2011-03-31 17:20 <serpent213> == 2.6 -- had trouble with 2.7.1
2011-03-31 17:20 <cedk> serpent213: ok indeed I got the issue on OpenBSD
2011-03-31 17:21 <cedk> serpent213: so I'm ok for a patch with if Python < 2.6: settimeout
2011-03-31 17:22 <serpent213> alright, will do that
2011-03-31 17:22 <cedk> serpent213: see the wiki for contribution
2011-03-31 17:30 <serpent213> cedk: is sys.hexversion ok to use?
2011-03-31 17:32 <cedk> serpent213: you could make like in setup.py with sys.version_info
2011-03-31 17:33 <cedk> serpent213: it will make the code more readable
2011-03-31 17:33 <serpent213> ok
2011-03-31 17:33 <cedk> personnaly I don't read well hex :-)
2011-03-31 17:41 -!- tony_(~tony@116.233.240.240) has joined #tryton
2011-03-31 17:42 <serpent213> matter of practice... ,)
2011-03-31 17:48 <serpent213> cedk: assigned to: ced, status: unread?
2011-03-31 17:49 <cedk> serpent213: yes
2011-03-31 17:50 <serpent213> done
2011-03-31 17:50 -!- Mayank(~MnzNotebu@122.162.136.98) has joined #tryton
2011-03-31 17:51 <cedk> serpent213: could you put the number of the issue in the commit message
2011-03-31 17:52 <cedk> serpent213: and I think you can say for BSD (not only FreeBSD)
2011-03-31 17:52 -!- sharoon(~sharoon@173-9-190-190-miami.txt.hfc.comcastbusiness.net) has joined #tryton
2011-03-31 17:53 <sharoon> cedk: did u see there are two proposals submitted for tryton at GSOC?
2011-03-31 17:53 <cedk> sharoon: yes
2011-03-31 17:55 -!- paepke(~paepke@pD9545670.dip0.t-ipconnect.de) has left #tryton
2011-03-31 17:56 <cedk> sharoon: waiting for other students submit also their application
2011-03-31 17:56 <serpent213> cedk: better?
2011-03-31 17:58 <cedk> serpent213: normally it is: "Fix ... for issue12354"
2011-03-31 17:58 <cedk> serpent213: as explain in the wiki
2011-03-31 17:58 <serpent213> sry ,)
2011-03-31 18:01 <serpent213> cedk: like that?
2011-03-31 18:05 -!- paepke(~paepke@pD9545670.dip0.t-ipconnect.de) has joined #tryton
2011-03-31 18:06 <cedk> serpent213: I'm punctilious but there is some stuff that I don't like:
2011-03-31 18:06 <cedk> serpent213: better to have commit comment on ~80cols
2011-03-31 18:07 <cedk> serpent213: the "(work around ...)" could be explain as second line (with an empty line above)
2011-03-31 18:08 <cedk> serpent213: I will not add the comment in the code as it is already in hg and also it is already in the above comment
2011-03-31 18:08 <cedk> serpent213: I will not make the difference between MacOS and BSD it is the same familly
2011-03-31 18:09 <cedk> ACTION need to go
2011-03-31 18:09 <cedk> ACTION bbl
2011-03-31 18:14 -!- paepke(~paepke@pD954593F.dip0.t-ipconnect.de) has joined #tryton
2011-03-31 18:18 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2011-03-31 18:35 -!- FWiesing(~franz@mail.tryton.at) has joined #tryton
2011-03-31 18:50 -!- tony_(~tony@116.233.240.240) has joined #tryton
2011-03-31 19:05 -!- Cazou(~Cazou@213.177.91.133) has joined #tryton
2011-03-31 19:05 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2011-03-31 19:06 <Cazou> hello !
2011-03-31 19:06 -!- paepke(~paepke@pD954593F.dip0.t-ipconnect.de) has left #tryton
2011-03-31 19:08 <cedk> Cazou: hi
2011-03-31 19:10 <yangoon> cedk hi
2011-03-31 19:11 <yangoon> are you open for a patch putting a "<group colspan="2" col="20" id="checkboxes">" for label + field active for better extensibilty?
2011-03-31 19:12 <yangoon> in module party
2011-03-31 19:12 <yangoon> like in address and contact_mechanism
2011-03-31 19:12 <cedk> yangoon: where?
2011-03-31 19:13 <Cazou> I see you are participating in GSoC with Python
2011-03-31 19:13 <sharoon> Cazou: welcome to Tryton project
2011-03-31 19:13 <cedk> Cazou: yes we are under the umbrella of PSF
2011-03-31 19:13 <Cazou> And today, a teacher showed us an email from you apparently about that participation
2011-03-31 19:14 <cedk> Cazou: possible it was from nicoe
2011-03-31 19:15 <cedk> Cazou: are you interested in GSoC?
2011-03-31 19:15 <Cazou> It was in french, don't now from who :)
2011-03-31 19:15 <Cazou> yes I am, actually
2011-03-31 19:15 <Cazou> but I'm not familiar with tryton
2011-03-31 19:15 <cedk> Cazou: did you read our ideas page http://code.google.com/p/tryton/wiki/gsoc2011ideas
2011-03-31 19:15 <Cazou> and I really don't know what it's missing
2011-03-31 19:16 <Cazou> that's what i needed !
2011-03-31 19:16 <Cazou> I'll go check it out
2011-03-31 19:16 <yangoon> cedk: here http://hg2.tryton.org/modules/party/file/cfd4bf4e66b7/party.xml#l51 like here http://hg2.tryton.org/modules/party/file/cfd4bf4e66b7/address.xml#l35
2011-03-31 19:18 <cedk> yangoon: why not
2011-03-31 19:19 <cedk> Cazou: got nicoe beside me, he is asking which teacher ? :-)
2011-03-31 19:19 <yangoon> cedk: ok, I will prepare the patches for party, company, ....?
2011-03-31 19:19 <cedk> yangoon: just party
2011-03-31 19:20 <cedk> Cazou: could you send me your email, we will send you some informations
2011-03-31 19:20 <yangoon> cedk: company inherits with expr="/form/group/field[@name=&quot;active&quot;]"
2011-03-31 19:20 <yangoon> that's actually my problem
2011-03-31 19:20 <cedk> yangoon: ha pk
2011-03-31 19:24 <Cazou> Pascal Gribomont from the university of Liège
2011-03-31 19:24 <Cazou> not sure it was actually sent to him
2011-03-31 19:24 <cedk> Cazou: yes nicoe send him
2011-03-31 19:25 <cedk> Cazou: do you know Python?
2011-03-31 19:25 <Cazou> cedk: not a lot of experience but I read lots of code and can write some and used the Python C API a lot
2011-03-31 19:29 <Cazou> I have to go now, i'll be back tonight
2011-03-31 19:30 <cedk> Cazou: ok seems to be enough
2011-03-31 19:30 <cedk> Cazou: me too :-)
2011-03-31 19:36 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2011-03-31 19:55 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has joined #tryton
2011-03-31 20:21 -!- chrue(~chrue@host-091-097-063-193.ewe-ip-backbone.de) has joined #tryton
2011-03-31 21:16 -!- gavinf(~gavinf@196-215-26-209.dynamic.isadsl.co.za) has joined #tryton
2011-03-31 21:16 -!- gavinf(~gavinf@196-215-26-209.dynamic.isadsl.co.za) has left #tryton
2011-03-31 21:27 -!- FWiesing(~franz@mail.tryton.at) has left #tryton
2011-03-31 21:52 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has left #tryton
2011-03-31 22:00 -!- trifon(~trifon@84.40.66.56) has joined #tryton

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