BaaBob
About
- Username
- BaaBob
- Joined
- Visits
- 28
- Last Active
- Roles
- Member
Comments
-
So, it turns out I had to install a bunch of python modules and packages one by one. Maybe it's where the difference is among different operating systems, but I don't remember having to do that on windows (10) or mac os. I've now successfully run a …
-
Installed python PIL and related via package manager, now crashes on open in debug mode too.
-
Hi again. OpenSesame runs in debug mode. Recurring error when playing around with it in this way is "ImportError: No module named PIL". I hope I'm getting closer to the root of the problem, but still no idea how to fix it.
-
Hi Again. my experiment is now working as it should. Basically I had some things out of order. I'm pretty new with python and I didn't really understand what all the bits did at first (still, even, but it works :) ). Here is the code that works as i…
-
So, gentlemen, the sound_recorder is out. Thanks once again for the suggestions! I now have something that's at least functional, but still not quite right. Taking the code from the first attempt I made & @sebastiaan 's suggestion to look at PyA…
-
Thanks, @sebastiaan !! I have seen some of those threads about pyaudio; as a sort of noob, it all seemed way more complicated than I needed. I'll give it a go now. Just a quick follow up question, re the script in that link that you posted, do you …
-
@Daniel, Same here! Any resolution to this?
-
...or maybe another way to record audio without the recorder plugin? Some of the older threads discuss something like this, but I think with previous releases of the program.
-
OK, thanks for trying!!! Do you happen to know: a) if there's generally a particular command to activate the sound recorder in an inline script? and b) if clock.sleep() pauses everything, incl. the recorder, and if so whether there's another .slee…
-
OK, here it is. https://we.tl/zBEKz1hT8a It's not so much an error. In the first post above, I just couldn't figure out how to call on the sound recorder from the script. Later, I tried a workaround by breaking up the script in two parts and addin…
-
Gladly! But the file is too big to post here - 201mb. Can I email it to you somehow?
-
Forgive my impatience @sebastiaan, do you have any ideas about this? My other experiments are working without a hitch & I really enjoy the software. I'm off to the field in a couple days and I'm stressing out that I can't get this particular one…
-
I've been fiddling, but still no properly running experiment. Here are my attempts so far: —— I coped the script from the recorder item... set samplerate 44100 set recording Yes set output_file "C:\\Users\\me\\Documents\\results/r&q…
-
...of course, I also have to add the logger as well...
-
Well, after several hours stumped, I decided to post to you all in desperation...and what do you know, two seconds later I solved my own problem. I simply forgot the parentheses after "show" on the blank canvas.
-
Anybody?
-
Thanks a lot; it's very helpful. It looks so simple once it's there in front of me. cheers!
-
Has there been any update on this? I'm getting the same error. OS 10.12, OpenSesame 3.1.7, Python 2.7.
-
Hi Eduard. I had to take a mental break from my experiment design, but I'm back, and with a reminder about this...please, if you could add this example, I'd be grateful!
-
Great! Thank you. I would imagine it's based on if-elif-else statements, but I can't figure out how to structure the questions in the block loop such that the control flow does what I want it to. Cheers.
-
....and, I didn't mean for that bit to print like code. live 'n learn.