Ok managed to sort it. Uninstalled python and pywin32. Reinstalled 32 bit version of python and ran pywin32 installer in compatibility mode after seeing someone posting an issue in a different forum. Problem solved
On Friday, 13 July 2012 13:18:06 UTC+1, adohertyd wrote: > > 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?