I'm getting an error when I want to convert a string to an int
in Python.
I am using Squish
with Python. I don't see what the problem is because the int()
function works fine when I tried in python online console. It's possible to be a Squish problem?
The error:
No matching 'int(str)' overload found: Following overloads are available: int::int() int::int(int) int::int(int *)