I am running web2py on a Windows machine.
I\'m working on an application, but it keeps erroring because it says the module I\'m trying to use isn\'t installed. It is how
What about add your local module path into sys.path variable?
sys.path
sys.path.apend('/path/to/your/module/directory')
By the way, which module is not found by web2py