How to Solve NameError: name 'Twython' is not defined -- twython

Solution: Import the 'Twython' module

To Solve the error, add the following line to the top of your code.

from twython import Twython

 

For more information:
Python twython Twython