IRC logs of #tryton for Friday, 2016-06-17

chat.freenode.net #tryton log beginning Fri Jun 17 00:00:02 CEST 2016
2016-06-17 00:05 -!- shrox(shrox@nat/iiit/x-rboywqvedbzpknam) has joined #tryton
2016-06-17 00:20 -!- kstenger(~karla@r190-133-126-131.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-06-17 02:45 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-06-17 05:37 -!- frispete(~frispete@p54A91302.dip0.t-ipconnect.de) has joined #tryton
2016-06-17 07:01 -!- prayashm(~prayashm@103.194.233.147) has joined #tryton
2016-06-17 07:01 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-06-17 07:14 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-06-17 08:27 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-06-17 08:53 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-06-17 08:57 -!- udono(~udono@ip-178-202-239-138.hsi09.unitymediagroup.de) has joined #tryton
2016-06-17 09:15 -!- zmijunkie(~Adium@b2b-78-94-52-226.unitymedia.biz) has joined #tryton
2016-06-17 09:32 <prayashm> pokoli: Why does the selected_fields region (view2 in GTK Client) need to be a TreeView?
2016-06-17 09:33 <pokoli> prayashm: it has to be a flat list
2016-06-17 09:40 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-06-17 09:50 <prayashm> pokoli: I noticed that WinCSV is no more. Why is that?
2016-06-17 09:51 <pokoli> prayashm: sorry but I don't understand your question. WinCSV is not more what? About what change are you taliking?
2016-06-17 09:56 <prayashm> pokoli: Previously (as in 4.0) WinImport and WinExport used to inherit WinCSV class right? Now WinImport inherits NoModal
2016-06-17 10:03 <prayashm> pokoli: You can see here: http://hg.tryton.org/tryton/file/tip/tryton/gui/window
2016-06-17 10:04 <prayashm> pokoli: win_csv.py file isn't here
2016-06-17 10:09 -!- ccaz(~ccr@reverse4.evolix.net) has joined #tryton
2016-06-17 10:21 -!- gr8dude(~alex@host-static-188-214-203-7.moldtelecom.md) has joined #tryton
2016-06-17 10:24 -!- udono(~udono@ip-178-202-239-138.hsi09.unitymediagroup.de) has joined #tryton
2016-06-17 10:30 -!- sisalp(~sisalpuse@boxoo.sisalp.net) has joined #tryton
2016-06-17 10:40 -!- irclog(~irclog@moretus.b2ck.com) has joined #tryton
2016-06-17 10:40 -!- zodman_(~zodman@178.62.7.89) has joined #tryton
2016-06-17 10:48 -!- sebd(~seb@ldd.lo.ldd.fr) has joined #tryton
2016-06-17 10:50 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-06-17 10:53 -!- nicoe(~nicoe@host-85-201-184-151.dynamic.voo.be) has joined #tryton
2016-06-17 11:07 <cedk> mrichez: don't you have a directory named trytond.config in your modules directory?
2016-06-17 11:08 <mrichez> no
2016-06-17 11:09 <mrichez> i'm using the same virtualenv and export variable as to launch tryton
2016-06-17 11:12 <cedk> mrichez: which variables?
2016-06-17 11:12 <cedk> mrichez: could you sent the full traceback?
2016-06-17 11:15 <mrichez> http://pastebin.com/L0wRSmQc
2016-06-17 11:16 <mrichez> http://pastebin.com/KCPWBs2C
2016-06-17 11:27 <cedk> mrichez: It seems python can not trytond from where you are
2016-06-17 11:27 <mrichez> cedk: what should i do
2016-06-17 11:28 <pokoli> prayashm: take care that tip is not always the latest version, as may be commits to backport in older branches
2016-06-17 11:29 <pokoli> prayashm: win csv still exist in default and nothing changed http://hg.tryton.org/tryton/file/default/tryton/gui/window
2016-06-17 11:30 <pokoli> mrichez: I tend to use a virtualenv and install (with develop) tryton to avoid import errors
2016-06-17 11:30 <pokoli> trytond* sorry
2016-06-17 11:31 <mrichez> i'm using virtualenv
2016-06-17 11:31 <mrichez> install with develop ?
2016-06-17 11:31 <cedk> mrichez: no
2016-06-17 11:32 <cedk> mrichez: for me, it is one of the biggest mistery, some platform doesn't seem to have current working directory in sys.path
2016-06-17 11:32 <pokoli> mrichez: I mean python setup.py develop which makes a link to the source code instead of copying
2016-06-17 11:33 <mrichez> cedk: i'm on Debian Jessie
2016-06-17 11:34 <cedk> mrichez: maybe by adding "" to PYTHONPATH
2016-06-17 11:34 <mrichez> pokoli: ok but i'm using hg nclone
2016-06-17 11:34 <mrichez> cedk: will try
2016-06-17 11:34 -!- greg__(67fecb7c@gateway/web/freenode/ip.103.254.203.124) has joined #tryton
2016-06-17 11:35 <cedk> mrichez: https://docs.python.org/2/using/cmdline.html#envvar-PYTHONPATH
2016-06-17 11:35 <pokoli> mrichez: me too, but you only have to install trytond and proteus (for scenarios)
2016-06-17 11:35 <greg__> hello, what is the use of context called "preference"?
2016-06-17 11:35 <mrichez> cedk: working now :-)
2016-06-17 11:36 <greg__> because every calls works fine even if I not send it
2016-06-17 11:37 <cedk> greg__: context define a general context for the call
2016-06-17 11:37 <mrichez> pokoli: trytond and proteus with pip install ?
2016-06-17 11:38 <pokoli> mrichez: no, installed from local sources https://packaging.python.org/en/latest/installing/#installing-from-a-local-src-tree
2016-06-17 11:39 <greg__> does context effect the result?
2016-06-17 11:39 <cedk> greg__: it depends of the code called
2016-06-17 11:40 <mrichez> pokoli: oki thanks !
2016-06-17 11:41 <greg__> code called means? I am using JSON RPC call
2016-06-17 11:41 <cedk> greg__: the code behind you RPC call
2016-06-17 11:42 <greg__> sorry but I am not getting you
2016-06-17 11:43 <Timitos> greg__: the context contains information about the language for example. the values of a translatable field will be returned depending on the language that is set in the context
2016-06-17 11:44 <greg__> so if language set as german in context then I get response in german, right?
2016-06-17 11:45 <Timitos> right
2016-06-17 11:46 <greg__> ok
2016-06-17 12:48 -!- mrichez_(~smuxi@mail.saluc.com) has joined #tryton
2016-06-17 13:48 <prayashm> pokoli: Thanks
2016-06-17 13:56 <pokoli> prayashm: you're welcome :)
2016-06-17 14:54 -!- kstenger(~karla@r186-54-18-63.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-06-17 15:52 <prayashm> cedk: My posts on discourse are being flagged and are getting hidden what should I do?
2016-06-17 16:05 <cedk> prayashm: discuss thought you were spamming because you posted multiple times with links pointing to the same domain
2016-06-17 16:05 <cedk> prayashm: and you are a new user
2016-06-17 16:06 <cedk> prayashm: I unflagged them
2016-06-17 16:07 <prayashm> cedk: I should avoid using more than two links per post?
2016-06-17 16:09 <cedk> prayashm: you should avoid to post too much and too fast
2016-06-17 16:09 <prayashm> cedk: noted. Thanks!
2016-06-17 16:19 <cedk> prayashm: you should maybe add some tests to your PR on PapaParse
2016-06-17 16:19 <prayashm> cedk: yes, pokoli also indicated that. I am on it.
2016-06-17 17:34 -!- prayashm(~prayashm@103.194.233.147) has joined #tryton
2016-06-17 17:34 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-06-17 17:47 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton
2016-06-17 18:00 -!- shrox(shrox@nat/iiit/x-ojcyozpfnoiuhyvl) has joined #tryton
2016-06-17 18:14 -!- zmijunkie(~Adium@i59F5E6C0.versanet.de) has joined #tryton
2016-06-17 19:27 -!- kstenger(~karla@r186-54-18-63.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-06-17 19:38 -!- kstenger1(~karla@r186-48-242-79.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-06-17 23:51 -!- kstenger(~karla@r186-48-242-79.dialup.adsl.anteldata.net.uy) has joined #tryton

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