isolver / OpenHandWrite

Python tools for the recording and analysis of handwriting captured via pen tablet type devices.
GNU General Public License v3.0
14 stars 4 forks source link

recent psychopy source breaks iohub.wintab device #160

Open isolver opened 8 years ago

isolver commented 8 years ago

Psychopy source from github.com/psychopy/psychopy sometime after December 21st, 2015 causes iohub.wintab device to not receive any pen events.

By using psychopy source from ~ December 20th, and updating only psychopy.iohub source with latest from github.com/isolver/psychopy/iohub, the iohub.wintab device receives events fine. wintabtest.py, python experiment template, and Builder experiment example all work fine.

For phase 2 release, use earlier psychopy source and update only iohub module. A 7z file containing the working source can be found in the projects OpenHandWrite\src\psychopy_hacks folder.

Before doing pull request from isolver/psychopy to psychopy/psychopy, need to determine why this issue is occurring and fix it.

isolver commented 8 years ago

To be clear, there is a work around for this issue in place. Issue is being kept open as a reminder that a proper root cause fix needs to be implemented at some point (sooner than later hopefully).

isolver commented 6 years ago

changing to P2 so only next release issues display in P1 issue list.