Open GoogleCodeExporter opened 9 years ago
example log:
Delphi 7
Python 3.2.5 (default, May 15 2013, 23:06:03) [MSC v.1500 32 bit (Intel)]
>>> xy_pos(1)
>>> xy_pos(1)
TypeError: xy_pos() takes exactly 2 arguments (1 given)
>>> xy_pos('test')
>>> xy_pos('test')
TypeError: xy_pos() takes exactly 2 arguments (1 given)
>>> xy_pos('test', 3, 4)
>>> xy_pos('test', 3, 4)
TypeError: xy_pos() takes exactly 2 arguments (3 given)
Original comment by ato...@gmail.com
on 19 Dec 2013 at 3:36
If i call command with "print(xy_pos(.....))" then TypeError exists each call.
If i call command w/o print: "r = xy_pos(.....)", then issue here.
Original comment by ato...@gmail.com
on 19 Dec 2013 at 3:58
Original issue reported on code.google.com by
ato...@gmail.com
on 19 Dec 2013 at 3:33