Help! I was running old version (2015) of web2py on my hosting server as our company's portal site and it stopped working suddenly. It's Windows 2012 server with Uniserver(Apache). Apache start fine but shows error message.
http://thksupport.com I also tried if I can just start up web2py with rocket server by excuting web2py.py but I got a following error. I really don't know what to do... this is production server for our customer and need to be fixed as soon as possible.I restored the entire folder for Uniserver and web2py but same error. C:\web2py>web2py.py Traceback (most recent call last): File "C:\web2py\web2py.py", line 18, in <module> import gluon.widget File "C:\web2py\gluon\__init__.py", line 15, in <module> from globals import current File "C:\web2py\gluon\globals.py", line 17, in <module> from storage import Storage, List File "C:\web2py\gluon\storage.py", line 16, in <module> import portalocker File "C:\web2py\gluon\portalocker.py", line 46, in <module> logger = logging.getLogger("web2py") AttributeError: 'module' object has no attribute 'getLogger' -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

