How to Solve NameError: name 'Pelican' is not defined -- pelican

Solution: Import the 'Pelican' module

# Add the following line to the top of your code
from pelican import Pelican

 

For more information:
pelican Pelican