Open simbamangu opened 7 months ago
I've had the same error, apparently its due to a mismatch with the Qt version, I solved it locally casting the types inputed to QPoint, like so: "QPoint(int(x), int(y))", but I think it should be solvable also changing Qpoint with QpointF. You might need to do this in several other locations.
Have tried this with MacOS Sonoma 14.4, both Python 3.10 and 3.11 with same error.
Steps:
Error: