Hi,
Im trying to run web2py + python3.11 + uwgi but unable to make it work.
Seems web2py can't import libraries, when doing the same over a python3
prompt it works.
Example:
Needs redis library to work
try:
import redis
from redis.exceptions import WatchError as RWatchError
from redis.excepti
I was able to get redis working using redis==4.5.1.
The default pip install version was 5.0.0
Cheers,
El jueves, 14 de septiembre de 2023 a las 7:49:11 UTC-5, xgp.l...@gmail.com
escribió:
> Hi,
>
> Im trying to run web2py + python3.11 + uwgi but unable to make it work.
> Seems web2py can't imp
Hi,
Now im running into other issues:
cannot import name 'FDPF' from 'fpdf' (unknown location)
cannot import name 'num2words' from 'num2words' (unknown location)
Suggestions?
El jueves, 14 de septiembre de 2023 a las 21:34:01 UTC-5,
xgp.l...@gmail.com escribió:
> I was able to get redis wor
3 matches
Mail list logo