pip currently installs construct 2.8.x where they renamed everything and it errors out on basic types like ULInt16. I had to force-install 2.5.2 to make it work but it's not a long term solution.
I would even suggest to get rid of Construct and just use plain old ctypes.
pip currently installs construct 2.8.x where they renamed everything and it errors out on basic types like
ULInt16. I had to force-install 2.5.2 to make it work but it's not a long term solution.I would even suggest to get rid of Construct and just use plain old ctypes.