In several places, e.g. dPemMixin.py", line 3475, wherever screen coordinates are passed from Dabo to wx, they are passed as just generic numbers, which the wx tolerated before. Now it's a runtime error, namely
dc.DrawText(txt, x, y) TypeError: DC.DrawText(): arguments did not match any overloaded call: overload 1: argument 2 has unexpected type 'float' overload 2: argument 2 has unexpected type 'float'
Is there anything we can do about this?