Skip to content
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

Runtime errors #5

Open
FilipeMaia opened this issue Jun 24, 2014 · 1 comment
Open

Runtime errors #5

FilipeMaia opened this issue Jun 24, 2014 · 1 comment

Comments

@FilipeMaia
Copy link
Collaborator

Sometimes I get the following error:
Traceback (most recent call last):
File "/Users/filipe/src/owl/view2d.py", line 752, in mousePressEvent
info = self.getPixelInfo(img,ix,iy)
File "/Users/filipe/src/owl/view2d.py", line 767, in getPixelInfo
if self.loaderThread.maskData[img] == None:
File "/Users/filipe/src/owl/cache.py", line 24, in getitem
retval = self.dict.pop(key)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py", line 143, in pop
raise KeyError(key)
KeyError: 10

This was with version e7eac8f

@daurer
Copy link
Collaborator

daurer commented Sep 29, 2014

duplicate of bug #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants