| <type 'exceptions.ValueError'> | Python 2.7.12: /usr/bin/python Thu May 21 09:37:56 2026 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /usr/lib/cgi-bin/annotate5_PIL_student_demo.py in |
| 38 xy = coords.split(',') |
| 39 |
| => 40 x = int(xy[0]) |
| 41 y = int(xy[1]) |
| 42 ################################################################### |
| x undefined, builtin int = <type 'int'>, xy = [''] |
<type 'exceptions.ValueError'>: invalid literal for int() with base 10: ''
args =
("invalid literal for int() with base 10: ''",)
message =
"invalid literal for int() with base 10: ''"