IRC logs of #tryton for Thursday, 2016-04-28

chat.freenode.net #tryton log beginning Thu Apr 28 00:00:02 CEST 2016
2016-04-28 00:23 -!- jvblasco(~seba@185.39.42.129) has joined #tryton
2016-04-28 01:23 -!- bvillasanti(~bvillasan@190.105.103.167) has joined #tryton
2016-04-28 01:26 -!- notizblock(~notizbloc@nblock.org) has joined #tryton
2016-04-28 01:37 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-04-28 03:33 -!- jvblasco(~seba@185.39.42.129) has joined #tryton
2016-04-28 07:09 -!- jvblasco(~seba@185.39.42.129) has joined #tryton
2016-04-28 07:28 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-04-28 07:40 -!- frispete_(~frispete@p54A91170.dip0.t-ipconnect.de) has joined #tryton
2016-04-28 08:08 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-04-28 08:10 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-04-28 08:21 -!- tbruyere(~smuxi@mail.saluc.com) has joined #tryton
2016-04-28 08:54 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-04-28 09:02 -!- aneolf(~aneolf@106.140.21.95.dynamic.jazztel.es) has joined #tryton
2016-04-28 09:49 -!- udono(~udono@ip-178-202-239-138.hsi09.unitymediagroup.de) has joined #tryton
2016-04-28 09:59 -!- meigallodixital_(~meigallod@249.135.116.91.static.reverse-mundo-r.com) has joined #tryton
2016-04-28 10:01 -!- nicoe(~nicoe@2a02:a03f:3005:6c00:ee55:f9ff:fe7b:f7ac) has joined #tryton
2016-04-28 10:13 -!- KM__(d9a65382@gateway/web/freenode/ip.217.166.83.130) has joined #tryton
2016-04-28 11:17 <aneolf> Hi,
2016-04-28 11:18 <aneolf> I'm trying to make a report in pdf format but when I change odt format by pdf format I get this traceback:
2016-04-28 11:18 <aneolf> Fatal Python error: Py_Initialize: Unable to get the locale encoding
2016-04-28 11:18 <aneolf> (11:13:49) aneolf: File "/home/aneolf/workspace/trytond38/lib/python2.7/encodings/__init__.py", line 123
2016-04-28 11:18 <aneolf> (11:13:49) aneolf: raise CodecRegistryError,\
2016-04-28 11:18 <aneolf> (11:13:49) aneolf: ^
2016-04-28 11:18 <aneolf> (11:13:49) aneolf: SyntaxError: invalid syntax
2016-04-28 11:18 <aneolf> Any idea what is happening?
2016-04-28 11:31 <cedk> aneolf: it looks like your python interpreter is not the same version as your virtualenv
2016-04-28 11:35 <aneolf> cedk: Thanks for your response.
2016-04-28 11:35 <aneolf> (trytond38)aneolf@montmell:~/workspace/trytond38/modules/aeat_182$ python --version
2016-04-28 11:35 <aneolf> Python 2.7.9
2016-04-28 11:35 <aneolf> (trytond38)aneolf@montmell:~/workspace/trytond38/modules/aeat_182$ deactivate
2016-04-28 11:35 <aneolf> aneolf@montmell:~/workspace/trytond38/modules/aeat_182$ python --version
2016-04-28 11:35 <aneolf> Python 2.7.9
2016-04-28 11:35 <aneolf> Am i missing something?
2016-04-28 11:37 <cedk> aneolf: maybe this is not the interpreter use to launch trytond
2016-04-28 11:37 <cedk> aneolf: normaly in 2.7, this syntax is valid: raise Exception, 'string'
2016-04-28 11:37 <cedk> aneolf: but no more in 3.x
2016-04-28 12:58 <aneolf> I guess python3-uno library of my libreoffice installation is running instead of python-uno library
2016-04-28 13:04 -!- mariomop(~quassel@181.88.219.115) has joined #tryton
2016-04-28 13:07 <aneolf> Traceback (most recent call last):
2016-04-28 13:07 <aneolf> File "/trytond/protocols/jsonrpc.py", line 162, in _marshaled_dispatch
2016-04-28 13:07 <aneolf> response['result'] = dispatch_method(method, params)
2016-04-28 13:07 <aneolf> File "/trytond/protocols/jsonrpc.py", line 191, in _dispatch
2016-04-28 13:07 <aneolf> res = dispatch(*args)
2016-04-28 13:07 <aneolf> File "/trytond/protocols/dispatcher.py", line 187, in dispatch
2016-04-28 13:07 <aneolf> result = rpc.result(meth(*c_args, **c_kwargs))
2016-04-28 13:07 <aneolf> File "/trytond/report/report.py", line 143, in execute
2016-04-28 13:07 <aneolf> cls.render(action_report, report_context))
2016-04-28 13:07 <aneolf> File "/trytond/report/report.py", line 255, in convert
2016-04-28 13:07 <aneolf> raise Exception(stderrdata)
2016-04-28 13:07 <aneolf> Exception: None
2016-04-28 13:07 <aneolf> Now I get this traceback
2016-04-28 13:08 <cedk> aneolf: please a paste bin to post traceback, most of irc client will not display correctly
2016-04-28 13:10 <cedk> aneolf: it looks like unoconv is not correctly working
2016-04-28 13:16 <aneolf> Sorry for posting traceback, I will paste bin in the future. Do you have a link where explains how to configure unoconv?
2016-04-28 13:17 <cedk> aneolf: i think the first thing is to test unoconv by command line
2016-04-28 13:29 <aneolf> This is the output: http://pastebin.com/Q5utvAvp
2016-04-28 13:30 <cedk> aneolf: do you have read access on the odt file?
2016-04-28 13:31 <cedk> aneolf: can you open the file with soffice?
2016-04-28 13:40 <aneolf> cedk: Yes, I've changed the owner and permissions and the same problem. And yes, I can open the file with LibreOffice 5.0.
2016-04-28 13:43 <cedk> aneolf: I guess you should report the issue to unoconv
2016-04-28 13:44 <cedk> aneolf: but this look like an incompatibility between the unoconv version and the libreoffice
2016-04-28 13:45 <aneolf> cedk: Ok, thank you very much.
2016-04-28 13:50 -!- aneolf_(~chatzilla@106.140.21.95.dynamic.jazztel.es) has joined #tryton
2016-04-28 13:59 -!- jvblasco_(~seba@185.39.42.129) has joined #tryton
2016-04-28 14:43 -!- paolo(~paolo@unaffiliated/paolo) has joined #tryton
2016-04-28 14:54 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2016-04-28 15:21 -!- bvillasanti(~bvillasan@190.105.103.167) has joined #tryton
2016-04-28 16:12 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-04-28 16:32 -!- pokoli(~Sergi@2001:41d0:1:9acb::1) has joined #tryton
2016-04-28 16:35 -!- bvillasanti(~bvillasan@190.105.103.167) has joined #tryton
2016-04-28 16:39 -!- pokoli(~Sergi@2001:41d0:1:9acb::1) has left #tryton
2016-04-28 16:40 -!- pokoli(~Sergi@2001:41d0:1:9acb::1) has joined #tryton
2016-04-28 17:16 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has left #tryton
2016-04-28 17:48 -!- pokoli(~Sergi@unaffiliated/pokoli) has joined #tryton
2016-04-28 18:09 -!- jvblasco_(~seba@185.39.42.129) has joined #tryton
2016-04-28 18:10 -!- ccaz(~ccr@125-117-190-109.dsl.ovh.fr) has joined #tryton
2016-04-28 18:28 -!- kstenger(~karla@r186-55-76-72.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-04-28 18:29 -!- liekos(~jack@90.63.246.25) has joined #tryton
2016-04-28 18:43 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-04-28 18:55 -!- nicoe(~nicoe@2a02:a03f:3005:6c00:ee55:f9ff:fe7b:f7ac) has joined #tryton
2016-04-28 18:59 -!- jvblasco_(~seba@185.39.42.129) has joined #tryton
2016-04-28 19:06 -!- ccaz(~ccr@125-117-190-109.dsl.ovh.fr) has left #tryton
2016-04-28 19:39 -!- pokoli(~pokoli@2001:41d0:1:9acb::1) has joined #tryton
2016-04-28 20:09 -!- jvblasco_(~seba@185.39.42.129) has joined #tryton
2016-04-28 21:52 -!- jvblasco_(~seba@185.39.42.129) has joined #tryton
2016-04-28 22:37 -!- kstenger1(~karla@r190-133-244-137.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-04-28 22:48 -!- jvblasco_(~seba@185.39.42.129) has joined #tryton
2016-04-28 23:21 -!- csotelo_at_work(~csotelo@201.234.125.253) has joined #tryton
2016-04-28 23:23 -!- jvblasco_(~seba@185.39.42.129) has joined #tryton
2016-04-28 23:38 -!- csotelo_at_work(~csotelo@200.4.199.12) has joined #tryton

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