I'm trying to write a Python script that does something with the inputs from the IRC chat that is connected to twitch.
However, when I do import hexchat, python keeps telling me there is no module named hexchat. I'm using Pycharm btw. I just want to be able to use the functionality in the hexchat module. Any help would be appreciated!
I was having this issue on
Windows 10
but I managed to resolve it by loading.py
scripts inHexchat
like the below:You also want to have module info in your
.py
file too otherwiseHexchat
will complain: