Forums

No module error

I have a python script that uses Tweepy and Brainyquote. I always get the following error:

2017-11-20 01:18:45,624: Error running WSGI application 2017-11-20 01:18:45,626: ImportError: No module named brainyquote 2017-11-20 01:18:45,626: File "/var/www/akulchhillar_pythonanywhere_com_wsgi.py", line 120, in <module> 2017-11-20 01:18:45,627: from main import app as application 2017-11-20 01:18:45,627: 2017-11-20 01:18:45,627: File "/home/akulchhillar/deploy/main.py", line 3, in <module> 2017-11-20 01:18:45,627: from brainyquote import pybrainyquote

I have installed the required modules in virtualenv using the pip install command. Despite that I cannot run my app. I have also configured my wsgi file. This is what my site looks

https://ibb.co/nsieOR

Deploy is the name of my virtualen. How should I proceed further? I have been encountering the problem for a while and am fed up with this. Please have a look into this. Good Day.

Hi there,

I believe we corresponded over email about how you need to specify your virtualenv in the PythonAnywhere webapps tab configuration, and it seems like your website is online right now. Are you still seeing any issues?

yeah sure. My email is akul3007@gmail.com