How to Solve NameError: name 'iServiceInformation' is not defined -- enigma
Solution: Import the 'iServiceInformation' module
# Add the following line to the top of your code
from enigma import iServiceInformation
For more information:
enigma iServiceInformation