Re: [web2py] Re: I broke something

2020-05-25 Thread Lovedie JC
I got several such errors in p3. Changing to: Except Exception as e: Works for me. On Tue, Jun 18, 2019, 19:19 Jim S wrote: > Isn't that an old except syntax that is not supported in Python 3? > > I'm thinking it should be: > > except Exception as e: > > > ...but, I'm no expert in 2 to 3 changes

Re: [web2py] Re: I broke something

2020-05-24 Thread Vlad
I am having the exact same problem, removing session data did not help. 2.20.4-stable+timestamp.2020.05.03.05.18.50 (Running on Rocket 1.2.6, Python 3.7.2) I downloaded the latest web2py source, the app I am running was originally in python2.7, however. Are there any alternatives other than goi

[web2py] Re: I broke something

2019-06-18 Thread Константин Комков
Leonel Câmara, told me delete all errors and session files when I change web2py version. As I think that can be useful in my situation. I deleted all errors in all apps and now don't see new errors. I will be wait and check apps errors tomorrow. Thank you, Jim S and Massimiliano. -- Resources:

Re: [web2py] Re: I broke something

2019-06-18 Thread Massimiliano
The error seems to be in: session_data = pickle.loads(row['session_data']) try to delete session files or data On Tue, Jun 18, 2019 at 10:11 AM Константин Комков wrote: > Also I see that error: > Ticket ID > > 10.250.10.160.2019-06-18.11-10-10.65f5c525-97e7-4cf4-985b-eea6fd89e420 > Версия > we

[web2py] Re: I broke something

2019-06-18 Thread Jim S
Isn't that an old except syntax that is not supported in Python 3? I'm thinking it should be: except Exception as e: ...but, I'm no expert in 2 to 3 changes. Anyone else know more about this? -Jim On Tuesday, June 18, 2019 at 3:11:14 AM UTC-5, Константин Комков wrote: > Also I see that erro

[web2py] Re: I broke something

2019-06-18 Thread Константин Комков
Also I see that error: Ticket ID 10.250.10.160.2019-06-18.11-10-10.65f5c525-97e7-4cf4-985b-eea6fd89e420 Версия web2py™ Version 2.18.5-stable+timestamp.2019.04.08.04.22.03 Python Python 3.7.3: C:\Python\python.exe (prefix: C:\Python)Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16.