Mark Jansen
Mark Jansen
By setting `Py_NoSiteFlag = 1;` before calling `Py_Initialize();` this could maybe be prevented? Then, if the `site` module is needed, it can be loaded manually, and if it fails to...
@xaxxon Can you try with this patch: https://github.com/learn-more/hexchat/commit/5e94029f41e53da04933e26b9d56045b92ce28d0
Maybe one of the devs can kick of an appveyor build with that commit, so that you can just download that?
Good idea, thanks :) @xaxxon : Grab the files from https://ci.appveyor.com/project/TingPing/hexchat/build/1.0.49
@xaxxon, this is #1755
At step 5, I cannot edit those? When I click on them, I get a popup telling me 'Address out of bounds!' hmmm, this seems to be caused by 'follow...
Because there are examples present for all these backends? If you only want one, then only install it with that backend. for example: `pip install imgui[pyglet]`
The beginnings of this are now present: https://github.com/pyimgui/pyimgui/blob/dev/version-2.0/doc/examples/testwindow.py
To track down if this is a problem with your machine or there is a bug at work here, can you please try to create a new clean virtual python...
the pygame does indeed seem to have a problem installing under msys2, so I'd recommend to either install only the components that you need, or ditch msys2 and run it...