-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback, motion_notify #23
Comments
@quozl if mouseiter == self.selectionstart: instead? |
Thanks for looking at this. I haven't looked at the problem; if I did, I would have fixed it. But given the error "object has no attribute", your suggestion doesn't resemble any patch I've seen for the last ten years. So just as a wild guess, and again, without my looking at the code, consider for yourself if |
Why is False returned by get_mouse_iter()? |
@quozl Can you please tell how to reproduce this error? I can make any further comments only after knowing how the error is actually produced? |
No, I don't know how it was produced. I used the activity features a few times. Then when I looked at the log, I found the error. You might look at the traceback to find what feature was being used. In particular look at the functions and line numbers in the stack above the point of failure. For each line of code, deduce the intention and test all assumptions. |
The text was updated successfully, but these errors were encountered: