How to Solve NameError: name 'eRect' is not defined -- enigma

Solution: Import the 'eRect' module

# Add the following line to the top of your code
from enigma import eRect

 

For more information:
enigma eRect