Changes

Jump to navigation Jump to search
m
Line 41: Line 41:     
==Psychopy==
 
==Psychopy==
 +
{{see also|Psychopy}}
 
Psychopy 2020.2.10 has been installed in the root of the Python3.7 64-bit version. This is also the default version when 'psychopy' is typed from the command prompt. It is also the default that opens when a .py file is double-clicked. It also can be started by clicking the appropriate icon on the desktop.
 
Psychopy 2020.2.10 has been installed in the root of the Python3.7 64-bit version. This is also the default version when 'psychopy' is typed from the command prompt. It is also the default that opens when a .py file is double-clicked. It also can be started by clicking the appropriate icon on the desktop.
 
There is also a Psychopy 2020.2.10 installed on Python3.6 32-bits. This version has its own icon on the desktop and should be used when you are using a [[Tobii Eye Tracker]].
 
There is also a Psychopy 2020.2.10 installed on Python3.6 32-bits. This version has its own icon on the desktop and should be used when you are using a [[Tobii Eye Tracker]].
 
   
 
   
 
When your script fails to load in Psychopy, because you need packages that are not installed on our lab computers, please contact TSG.
 
When your script fails to load in Psychopy, because you need packages that are not installed on our lab computers, please contact TSG.
 +
 +
== Usage ==
 +
 +
===Example: TestArgs.py===
 +
Execute the following script within the commandline (CMD): <code style="background-color:#000; color:#fff; padding:1px 3px;">python testArgs.py a.</code><br/>
 +
You should see the following result:
 +
 +
<syntaxhighlight lang="python" overflow:auto;">
 +
number of argument:  2
 +
argv[0]: ./testArgs.py
 +
argv[1]: a
 +
</syntaxhighlight>
    
==See Also==
 
==See Also==

Navigation menu