| Issue 351: | AttributeError: 'MouseTouch' object has no attribute 'a' | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Define an MTButton 2. Set the on_press event to print the button args (largs, in the examples) 3. See your app crash on execution with the error "AttributeError: 'MouseTouch' object has no attribute 'a'" What is the expected output? What do you see instead? The output of largs. What version of the product are you using? On what operating system? PyMT 0.5.1 standalone on Windows 7 32bit |