How to Solve NameError: name 'JSBeautifier' is not defined -- html5print

Erorr: name 'JSBeautifier' is not defined

NameError: name 'JSBeautifier' is not defined

Solution: Import the 'JSBeautifier' module

# Add the following line to the top of your code
from html5print import JSBeautifier

 

For more information:
html5print JSBeautifier