Forums

ImportError: No module named goose

I need help with this please My application works on my local machine but trying to deploy it, it displays unhandled exception. checking the error log, i find this. :::python ImportError: No module named goose

I am using python 2.7 and i imported goose using the code below :::python from goose import Goose

Can someone help me with this?

Looks like you don't have goose installed. Try:

pip install --user python-goose

in a Bash console.