How to Solve NameError: name 'Book' is not defined -- gw_utility

Solution: Import the 'Book' module

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

from gw_utility.book import Book

 

For more information:
Python gw_utility Book