Closed rkmaddox closed 8 years ago
You might need to install from git source. I committed some fixes to their repo and I'm not sure they've released since then.
Got it. Will try again. You'd think they would want to release the code that someone fixed for them...
On Tue, Mar 8, 2016 at 4:09 PM, Eric Larson notifications@github.com wrote:
You might need to install from git source. I committed some fixes to their repo and I'm not sure they've released since then.
— Reply to this email directly or view it on GitHub https://github.com/LABSN/expyfun/issues/274#issuecomment-194032147.
Same error. Tried it again with newer version of pyxid
(1.1 from git), installed thusly:
pip install git+https://github.com/cedrus-opensource/pyxid.git --upgrade
Hmm... I wonder if it's a Python2 vs 3 or Windows vs Linux thing. I don't think I tested all combinations, and you might be in one that I didn't. It should be possible to fix their code if you're up for it, or you can wait a couple of weeks and I can do it.
Might just buy a TDT ButtonBox.
On Tue, Mar 15, 2016 at 6:16 PM, Eric Larson notifications@github.com wrote:
Hmm... I wonder if it's a Python2 vs 3 or Windows vs Linux thing. I don't think I tested all combinations, and you might be in one that I didn't. It should be possible to fix their code if you're up for it, or you can wait a couple of weeks and I can do it.
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/LABSN/expyfun/issues/274#issuecomment-197094554
That's certainly an option
Eh, it's probably a simple fix. Have they been responsive at all? I can post an issue on their github page.
Ross Maddox, Ph.D. Postdoctoral Fellow Institute for Learning & Brain Sciences University of Washington phone: 206-685-4662 http://faculty.washington.edu/rkmaddox/
On Tue, Mar 15, 2016 at 9:01 PM, Eric Larson notifications@github.com wrote:
That's certainly an option
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/LABSN/expyfun/issues/274#issuecomment-197142200
They were responsive in the sense that they merged my PR. Not sure how active they'd be in fixing it themselves, but it's worth a shot
OK. I'll go that route first since travel is ramping up again.
Ross Maddox, Ph.D. Postdoctoral Fellow Institute for Learning & Brain Sciences University of Washington phone: 206-685-4662 http://faculty.washington.edu/rkmaddox/
On Wed, Mar 16, 2016 at 5:46 AM, Eric Larson notifications@github.com wrote:
They were responsive in the sense that they merged my PR. Not sure how active they'd be in fixing it themselves, but it's worth a shot
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/LABSN/expyfun/issues/274#issuecomment-197303327
Fixed a few weeks ago
Trying to use the Cedrus box in 226.
pyxid
was not installed, so that was installed in Git Bash usingpip install pyxid
. Then when instantiatingExperimentController
,response_device=cedrus
was specified. Got the following error:port
is anint
with a value of 0, so there there was an error inpyxid
's exception handling:-(
Cedrus box is connected via USB. From looking at the computers device manager, the USB-serial port should be 'COM3'.
Ideas?