Forum: Vizard
02-08-2010, 09:06 AM
|
|
Replies: 0
Views: 22,482
importing modules from Psychopy
Hey there,
I would like to use some modules of Psychopy (http://www.psychopy.org/) in Vizard. Is there some way that I can link the entire Psychopy library to Vizard, or do I have to go module...
|
Forum: Vizard
01-12-2010, 04:16 PM
|
|
Replies: 2
Views: 30,228
|
Forum: Vizard
01-12-2010, 01:58 PM
|
|
Replies: 2
Views: 30,228
exiting a yield statement
Hello there,
I have a question regarding exiting a yield statement, after a certain time elapsed. I am changing a global variable according to a keypress (using yield viztask.waitKeyDown) within a...
|
Forum: Vizard
01-07-2010, 12:14 PM
|
|
Replies: 2
Views: 46,229
Thanks Jeff,
the printing of variables...
Thanks Jeff,
the printing of variables created inside the function always worked for me, but not the returning. But I guess it comes down to 'generator functions', their special return - behavior,...
|
Forum: Vizard
01-04-2010, 01:43 PM
|
|
Replies: 2
Views: 46,229
return variable from keypress function
I am relatively new to Vizard and Python, could you point me to some solutions for the following problem?
I want to change a variable in function MyTask() according to a keypress - input in...
|