[web2py] Re: web2py 2.23.0 is giving a 403 error when I try to package my applications

2023-02-12 Thread Davidiam
Hi pcg, I also created a bug report for this one and got a message from Massimo that it would be fixed in a new release. A work-around I used was to simply put the code below in the admin default.py into comment: *#if not a_for_check.startswith(web2py_apps_root):* *#raise HTTP(403)

[web2py] Re: web2py 2.23.0 is giving a 403 error when I try to package my applications

2023-02-12 Thread pcg...@gmail.com
Have the same issue (python 3.10) i've tried the latest web2py 2.23.1, and it's th same. I'm kind of lost on this one. Le lundi 9 janvier 2023 à 05:44:16 UTC-5, david@gmail.com a écrit : > I am using python 3.9.15 > > On Monday, January 9, 2023 at 11:00:22 AM UTC+1 Clemens wrote: > >> Jus