Guilherme Polo <[EMAIL PROTECTED]> added the comment: I don't see the bug here. items in a Canvas may be named either as id or as a tag. If you specify items by something that is actually accepted as an integer ("123" for instance) then it is assumed to refer to a single item with id 123.
In your case you have an item with id "1", and when you do: c.find_withtag("123") Tk tries to find an item with that id, which doesn't exist and returns an empty tuple. ---------- resolution: -> wont fix status: open -> closed _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1160383> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com