Re: [web2py] Re: Important! web2py forzen and master py3 only

2024-10-29 Thread Massimiliano
Try print(guardado_id, ) What you see? Massimiliano Il giorno mar 29 ott 2024 alle 13:01 xgp.l...@gmail.com < xgp.lat...@gmail.com> ha scritto: > Hi Massimo, > > Downloaded 2.27.1 yesterday > Using python 3.9 and python 3.11 > > Adding elementos to dict: > > linea[ "pqrs_id" ] = guardado_id,

Re: [web2py] Re: Important! web2py forzen and master py3 only

2024-10-29 Thread xgp.l...@gmail.com
Hi Massimo, Silly mistake. Thanks for your help, El martes, 29 de octubre de 2024 a las 9:22:24 UTC-5, Massimiliano escribió: > Remove the comma at the end of the lines > > Massimiliano > > > Il giorno mar 29 ott 2024 alle 15:19 xgp.l...@gmail.com < > xgp.l...@gmail.com> ha scritto: > >> Hi

Re: [web2py] Re: Important! web2py forzen and master py3 only

2024-10-29 Thread Massimiliano
Remove the comma at the end of the lines Massimiliano Il giorno mar 29 ott 2024 alle 15:19 xgp.l...@gmail.com < xgp.lat...@gmail.com> ha scritto: > Hi Massimo, > > print(guardado_id, ) > 44 > print( item["referencia_id"] ) > 198 > > print( linea ) > {'pqrs_id': (44,), 'referencia_id': ('1',), '

Re: [web2py] Re: Important! web2py forzen and master py3 only

2024-10-29 Thread xgp.l...@gmail.com
Hi Massimo, print(guardado_id, ) 44 print( item["referencia_id"] ) 198 print( linea ) {'pqrs_id': (44,), 'referencia_id': ('1',), 'talla': ('198',), 'color_id': ('AGG',), 'cantidad': ('1',), 'criterio_id': ('6',), 'estado_id': (1,)} Regards, El martes, 29 de octubre de 2024 a las 9:01:46 UTC

[web2py] Re: Important! web2py forzen and master py3 only

2024-10-29 Thread xgp.l...@gmail.com
Hi Massimo, Downloaded 2.27.1 yesterday Using python 3.9 and python 3.11 Adding elementos to dict: linea[ "pqrs_id" ] = guardado_id, linea[ "referencia_id" ] = item["referencia_id"], linea[ "talla" ] = item["referencia_id"], linea[ "color_id" ] = item["color_id"], linea[ "cantidad" ] = item["ca