earcanal
About
- Username
- earcanal
- Joined
- Visits
- 15
- Last Active
- Roles
- Member
Comments
-
Sorry, python-pyqt5.qsci didn't look like a package name, so I thought resolving this was harder than it looked! To be clear, the only thing I needed to do was sudo apt-get install python-pyqt5.qsci Thanks for bearing with me ;-)
-
Can you tell from the above errors which packages I need to install? I seem to already have what I thought was QScintilla for Python 2: $ sudo apt-get install python-qscintilla2Reading package lists... DoneBuilding dependency tree Reading st…
-
I have the same issue. Have done sudo apt-get install python3-pippip3 install QScintilla but still get $ opensesameTraceback (most recent call last): File "/usr/bin/opensesame", line 25, in <module> __main__.opensesame() Fil…
-
Any thoughts on this error generated in 3.0.7b1 (Ubuntu) on experiment working before upgrade? Python 2.7.6* Type "help()", "copyright()", "credits()" or "license()" for more information.* Type "print(mo…
-
I unzipped http://ems.psy.vu.nl/opensesame/OpenSesame_portable-2.9.5-new-psychopy.zip and then ran OpenSesame/opensesamerun (after removing dos line endings). Is this a Windows package?!!
-
When I ran opensesamerun it reported that yaml wasn't installed. I installed it but then seemed to be missing a further dependency (the point at which I stopped and posted here). I wonder what I was doing wrong?
-
I'm also interested in using opensesamerun on OS X. Could you clarify something, if I try to do this using (for example) one of the zip packages on http://ems.psy.vu.nl/opensesame/, will I also need to install all of the OS X dependencies?
-
Thanks Chris. My version of the dot-probe/attentional bias modification (ABM) is pretty much done now, but it's good to know of others and was worth writing to get over the initial learning curve. I recently discovered there's also an open Java ve…
-
Thanks for helping me think this through Josh. As I'm not present to control for distance, I'm going to 'encourage' a distance of 60cm, ask uses to measure their screen height and use these values to calculate the size in pixels for the visual angl…
-
I hadn't considered HTML as the cause, thanks! This is an inline_script, so I've confirmed that canvas.text(..., html=False) resolves the problem.
-
Resolved. Are there any timing consequences associated with this? GUI Back-end settings > Settings for xpyriment > Use OpenGL: no source set expyriment_opengl "no"
-
Resolved by specifying -l path to user-writeable directory (default is program directory).
-
This pops a window before running the experiment. Is it possible to avoid that?
-
I think I've found a way. Proof of concept code (inline script just before block_loop): top = 192.5bottom = -192.5left = 'left_button'right = 'right_button'word_pos = (bottom, bottom, bottom, bottom, top, top, top, top)pair_pos = (top, top…
-
I would be grateful for a code example of how to do this inline.
-
I'm about to develop a dot-probe/attentional bias modification (ABM) task. Grateful for any existing code/advice.