There is no setup.py in the repo for thug, could you please add that I'd like to try the latest because i'm running into issues when it is dealing with event listeners for some odd reason, just built libv8 and stpyv8 then went to build thug and noticed setup.py was missing. I'm trying to build it under python3.11
@buffer
Uhhh yeah, https://buffer.github.io/thug/doc/build.html#thug-installation tells you to clone the repo,
python setup.py build
thensudo python setup.py install
There is no setup.py in the repo for thug, could you please add that I'd like to try the latest because i'm running into issues when it is dealing with event listeners for some odd reason, just built libv8 and stpyv8 then went to build thug and noticed setup.py was missing. I'm trying to build it under python3.11
Originally posted by @klikevil in https://github.com/buffer/thug/issues/170#issuecomment-2036039370