[web2py] no stack trace in error ticket (Python 3)

2018-09-01 Thread Alex
Hi, I created a new application on the admin page and added a simple error in the default/index controller, e.g. a = 10 / 0 an error ticket is created but contains no useful stack trace. This only happens when I use Python 3.5, with Python 2.7 the stack trace is fine. I'm on Ubuntu and using th

Re: [web2py] no stack trace in error ticket (Python 3)

2018-09-01 Thread Carlos Cesar Caballero Díaz
Hi Alex, seems a bug with Python 3, I have created an issue for this a couple days ago https://github.com/web2py/web2py/issues/1998 Greetings. El 01/09/18 a las 11:22, Alex escribió: Hi, I created a new application on the admin page and added a simple error in the default/index controller, e

Re: [web2py] no stack trace in error ticket (Python 3)

2018-09-01 Thread Alex
Hi Carlos, thanks for your response. On a Mac with Python 3.7 this does not seem to happen. Does anyone know if it is related to the OS or Python version? Alex On Saturday, September 1, 2018 at 5:32:24 PM UTC+2, Carlos Cesar Caballero wrote: > > Hi Alex, seems a bug with Python 3, I have creat

Re: [web2py] no stack trace in error ticket (Python 3)

2018-09-01 Thread Carlos Cesar Caballero Díaz
maybe is related with Python version, let me test El 01/09/18 a las 11:44, Alex escribió: Hi Carlos, thanks for your response. On a Mac with Python 3.7 this does not seem to happen. Does anyone know if it is related to the OS or Python version? Alex On Saturday, September 1, 2018 at 5:32:2

Re: [web2py] no stack trace in error ticket (Python 3)

2018-09-01 Thread Carlos Cesar Caballero Díaz
Ok, tested in Ubuntu 18.04 (simply using "2/0" in the index function of default controller) using Python 3.6 and Python 3.7 and the issue is still present. El 01/09/18 a las 12:28, Carlos Cesar Caballero Díaz escribió: maybe is related with Python version, let me test El 01/09/18 a las 11: