How to Solve NameError: name 'config_options' is not defined -- config

Solution: Import the 'config_options' module

# Add the following line to the top of your code
from config import config_options

 

For more information:
config config_options