I had initially installed the binary version of web2py with Python version
2.5 built in. I needed 2 or 3 modules that were only compatible with
version 2.7 so I installed the source version of web2py instead and
downloaded the 64 bit version of pywin32. All was working fine. I then
needed to install the 32 bit version of Python to replace the 64 bit
because numpy was giving errors. When I tried running web2py.py from the
command line I got an error saying that No handlers could be found for
logger web2py but it started anyway, and then a warning about web2py CRON
being disabled. That keeps coming up on the screen. I reinstalled pywin32
in the 32 bit version but still getting the same message. Can anyone
suggest a solution?