Hello web2py users, I am working with an application which needs to import the whoosh module. I am using web2py in windows and my python version is 2.7.
The problem I am facing here is that in web2py framework, I am not able to import the whoosh module. In the default.py file, when I add the line import whoosh It shows me the error ImportError:No module named whoosh So I tried to import it in the cmd to check if its being detected by python. In cmd it imports the module fine and shows no error. So why is it that it can be imported in cmd , but cannot be imported in web2py? Please let me know if you got any idea. Thank you. -- 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.

