- Traceback (most recent call last):
- File "/home/chymera/Dropbox/Wip/AG-Humphreys/psychpy/experiment2.py", line 69, in <module>
- rating.draw()
- File "/usr/lib64/python2.7/site-packages/psychopy/visual.py", line 6510, in draw
- if pointInPolygon(mouseX, mouseY, self.nearLine): # if near the line, place the marker there:
- File "/usr/lib64/python2.7/site-packages/psychopy/visual.py", line 7185, in pointInPolygon
- return bool(nxutils.pnpoly(x, y, poly))
- File "/usr/lib64/python2.7/site-packages/matplotlib/nxutils.py", line 25, in pnpoly
- return p.contains_point(x, y)
- File "/usr/lib64/python2.7/site-packages/matplotlib/path.py", line 288, in contains_point
- transform = transform.frozen()
- AttributeError: 'numpy.float64' object has no attribute 'frozen'