1

When I install Hexchat and say I want the python plugin, it insists that I use python 3.6 I already have python 3.7. Is there a way to get hexchat to accept this later version?

birrellwalsh
  • 143
  • 8

1 Answers1

2

Python versions are not inter-compatible on Windows, so you have to build HexChat from source against the different version:

Build instructions: https://hexchat.readthedocs.io/en/latest/building.html
Example of updating Python: https://github.com/hexchat/hexchat/commit/63e9c721148f8a91bc68484c3f9ee42cfbc4316f

(If you test this and submit this change upstream I will accept it, just haven't gotten around to it)

TingPing
  • 2,129
  • 1
  • 12
  • 15