Hi Guys,
I am trying to import the PyGTK module in my Jupyter notebook. But it is showing me the below error.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-30-d013c75ba93a> in <module>
----> 1 import pyGTK
ModuleNotFoundError: No module named 'pyGTK'
How can I solve this error?