[web2py] web2py (python3) + UWSGI + CRON - logs where?

2021-08-21 Thread Dmitrii Ermolaev
I install all by script - https://github.com/web2py/web2py/blob/master/scripts/setup-web2py-nginx-uwsgi-ubuntu-focal.sh And add line in /etc/uwsgi/web2py.ini for run web2py CRON: *unique-cron = -1 -1 -1 -1 -1 python3 /home/www-data/web2py/web2py.py -C >> /home/www-data/web2py/cron.output 2>&1*

Re: [web2py] web2py python3

2020-11-01 Thread Neil
For anyone else who runs into this. I had this problem when migrating from py2 to py3. Clearing out the errors folder worked for me. On Wednesday, 13 May 2020 at 06:27:40 UTC-7 roge...@gmail.com wrote: > Does this help? > > https://stackoverflow.com/questions/39146039/pickle-typeerror-a-bytes-l

Re: [web2py] web2py python3

2020-05-13 Thread AGRogers
Does this help? https://stackoverflow.com/questions/39146039/pickle-typeerror-a-bytes-like-object-is-required-not-str On Wed, 13 May 2020 at 04:43, patito feo wrote: > Hi, > > Having this error when using python3. > > File "//web2py/applications/admin/controllers/default.py" >

[web2py] web2py python3

2020-05-12 Thread patito feo
Hi, Having this error when using python3. File "//web2py/applications/admin/controllers/default.py" , line 1627, in errors error = pickle.load(fullpath_file) File "/

[web2py] Web2py Python3 ready

2018-09-02 Thread justice Nanhou
Hallo everyone, it is like 3 years now that i learn web2py. and today i will like to start a new project with the framework. for the requirement i have to use python 3 and postgresql. Web2py is the best candidate for this Job but i am not sure if it is already python 3 ready. *does anyone alre

[web2py] web2py-python3

2012-01-10 Thread Floyd
Hello everybody, during last Christmas Holidays I've tried to port web2py to python3. I didn't use 2to3. You can see what I've done at https://ec2-50-17-139-112.compute-1.amazonaws.com where it runs on apache2 with mod_wsgi a