IRC logs of #tryton-es for Thursday, 2017-10-19

chat.freenode.net #tryton-es log beginning Thu Oct 19 00:02:01 CEST 2017
2017-10-19 12:02 -!- irclog(~irclog@moretus.b2ck.com) has joined #tryton-es
2017-10-19 12:17 -!- smarro(~sebastian@168.90.86.167) has joined #tryton-es
2017-10-19 12:43 <meigallodixital> hecho el clean + develop y hace lo mismo
2017-10-19 12:43 <meigallodixital> tryton@tryton45-docker:~/.local/lib/python3.6/site-packages$ cat md-party-trusted.egg-link
2017-10-19 12:44 <meigallodixital> /home/tryton/src/party_trusted/build/lib
2017-10-19 12:45 <meigallodixital> voy a buscar por inet
2017-10-19 12:45 <pokoli> igual es algo que ha cambiado en python3
2017-10-19 12:45 <pokoli> meigallodixital: yo solo lo he probado en python2
2017-10-19 13:14 -!- mariomop(~quassel@181.91.228.212) has joined #tryton-es
2017-10-19 13:17 <meigallodixital> f you have enabled the use_2to3 flag, then of course the .egg-link will not link directly to your source code when run under Python 3, since that source code would be made for Python 2 and not work under Python 3. Instead the setup.py develop will build Python 3 code under the build directory, and link there. This means that after doing code changes you will have to run setup.py build before these changes are
2017-10-19 13:17 <meigallodixital> picked up by your Python 3 installation.
2017-10-19 13:17 <meigallodixital> creo que misterio resuelto
2017-10-19 13:19 <pokoli> meigallodixital: tiene su logica
2017-10-19 13:19 <meigallodixital> totalmente
2017-10-19 13:22 <pokoli> meigallodixital: pero en el build no esta el tryton.cfg ?
2017-10-19 13:26 <meigallodixital> estaba viendo eso, en pncipio replica la ruta completa
2017-10-19 13:26 <meigallodixital> D:\tryton45-docker\src\party_trusted\build\lib\trytond\modules\party_trusted
2017-10-19 13:27 <pokoli> meigallodixital: ya que tienes que hacer un build
2017-10-19 13:27 <pokoli> meigallodixital: el mejor es que instales el paquete
2017-10-19 13:27 <pokoli> meigallodixital: el tema estan en el 2to3
2017-10-19 13:28 <pokoli> meigallodixital: el dai que dejemos de dar soporte para python2, podras hacer lo que quieres
2017-10-19 13:28 <meigallodixital> le puedo poner false al 2to3, yo es que soy de py3, por lo menos para los mios
2017-10-19 13:28 <meigallodixital> me da una pereza usar py2 ...
2017-10-19 13:51 <meigallodixital> con el 2to3 a False también falla
2017-10-19 13:51 <meigallodixital> pero el path ahora está bien
2017-10-19 13:52 <meigallodixital> no pilla bien el egg y no se el motivo
2017-10-19 13:57 <pokoli> meigallodixital: lo que tienes que hacer es instalar el módulo
2017-10-19 13:58 <pokoli> meigallodixital: y te tendria que funcionar
2017-10-19 13:58 <pokoli> meigallodixital: eso si, a cada cambio deberas volver-lo a instalar
2017-10-19 13:58 <meigallodixital> si, pero le quita la gracia a lo que queríaahcer que era justo no reinstalar y pder trabajar con solo mis modulos montados en src como volumen docker
2017-10-19 13:58 <meigallodixital> igual uso py2 pero me da ... uff xd
2017-10-19 14:01 <pokoli> meigallodixital: si quieres no reinstalar debes usar python2
2017-10-19 14:01 <pokoli> meigallodixital: nose que problemas tienes porqué no se utiliza ningúna funcionalidad específica de python3
2017-10-19 14:02 <meigallodixital> estaba pensando que si al final consigo lo de segunda mano para liberarlo va a tener que ser py2 sino va a ser un cristo
2017-10-19 14:02 <meigallodixital> costumbre no es otra cosa, ya solo por no andar con encondings ya
2017-10-19 14:02 <meigallodixital> bajo a comer y lo pienso, pero si va a ser py2 creo
2017-10-19 14:20 <pokoli> meigallodixital: normalmente si es py2, funciona sin problemas en py3 con 2to3
2017-10-19 14:20 <pokoli> meigallodixital: no hay mucha diferencia
2017-10-19 14:20 <pokoli> meigallodixital: ¿donde necessitas usar encodings?
2017-10-19 14:33 <meigallodixital> digo eng eneral, no con tryton, aqui tenemos todo colgando de py3, yo py2 lo he usado para scripts en servers y poco más
2017-10-19 14:34 <meigallodixital> recuerda que yo vengo del lado oscuro ...
2017-10-19 14:43 -!- csotelo_at_work(~csotelo@179.43.97.56) has joined #tryton-es
2017-10-19 14:55 <pokoli> meigallodixital: si te centras en tryton veras que no los necessitas
2017-10-19 14:55 <pokoli> meigallodixital: puedes programar en py2 y desplegar en py3
2017-10-19 14:55 <meigallodixital> estoy instalando ya con py2
2017-10-19 15:09 <meigallodixital> tampoco va con py2, esto me está vacilando ...
2017-10-19 15:15 <pokoli> meigallodixital: hahahahah lleba toda la semana vacilandote :)
2017-10-19 15:16 <meigallodixital> me lo sigo buscando dentro de modules
2017-10-19 15:16 <meigallodixital> s/sigo/sigue
2017-10-19 15:16 <meigallodixital> tengo que tener algo mal en el modulo si o si
2017-10-19 15:18 <meigallodixital> voy a meter uno oficial con setup.py a ver si ahce lo mismo
2017-10-19 15:25 <pokoli> meigallodixital: ya nos vas informando :)
2017-10-19 15:57 <meigallodixital> con trytond_timesheet falla también
2017-10-19 15:57 <meigallodixital> me faltará alguna env var o algo?
2017-10-19 16:00 <pokoli> meigallodixital: que passos haces?
2017-10-19 16:01 <pokoli> meigallodixital: el nombre de la carpeta donde tienes el módulo debe ser igual al nombre del módulo. Sinó no funciona
2017-10-19 16:01 <meigallodixital> hg clone + setup.py develop `
2017-10-19 16:01 <meigallodixital> + trytond-admin -c config/trytond.conf -d tryton -u timesheet -l es
2017-10-19 16:01 <meigallodixital> si, si este es el oficial clonado de bitbucket por eso ya me tiene loco esto
2017-10-19 16:02 <meigallodixital> es este: https://bitbucket.org/tryton/timesheet
2017-10-19 16:03 <meigallodixital> lo he probado tanto en venv en windows como en el contenedor de debian
2017-10-19 16:03 <meigallodixital> py2.7 ahora
2017-10-19 16:21 <pokoli> meigallodixital: https://asciinema.org/a/143115
2017-10-19 16:23 <meigallodixital> perate que uso noscript y está bloqueando todo
2017-10-19 16:23 <pokoli> meigallodixital: no hay cosa con la que no tengas problemas xD
2017-10-19 16:23 <meigallodixital> no hombre no, es aposta, esta el tema como para tragar js a dolor xd
2017-10-19 16:24 <pokoli> meigallodixital: por eso no te funciona sao xD
2017-10-19 16:25 <meigallodixital> si que me funciona, como un tiro, pero echo en falta cosas, como arrastrar lienas de pedido :P
2017-10-19 16:26 <pokoli> meigallodixital: arrastrar en web es un tema delicado.... para eso tienes el gtk
2017-10-19 16:26 <meigallodixital> si claro, por eso sigo con gtk
2017-10-19 16:26 <meigallodixital> no es queja, es apunte
2017-10-19 16:27 <pokoli> meigallodixital: y lo mio un contraapunte :)
2017-10-19 19:31 -!- smarro(~sebastian@host138.181-9-122.telecom.net.ar) has joined #tryton-es
2017-10-19 20:38 -!- smarro(~sebastian@host138.181-9-122.telecom.net.ar) has joined #tryton-es
2017-10-19 21:07 -!- mariomop(~quassel@181.91.228.212) has joined #tryton-es
2017-10-19 23:17 -!- smarro(~sebastian@168.90.86.167) has joined #tryton-es
2017-10-19 23:57 -!- sim6(sim6matrix@gateway/shell/matrix.org/x-zelcumfkkzkgfena) has joined #tryton-es

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