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?
Asked
Active
Viewed 468 times
1
-
What do you mean "it insists"? – juanpa.arrivillaga Oct 25 '18 at 16:50
-
It offers python 3.6 to install (as well at a python 2.x ). – birrellwalsh Oct 26 '18 at 20:00
1 Answers
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