-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
88 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Rem run webserver to access task | ||
Rem assume have psiclj.exe from native-image in this directory build | ||
Rem will need to replace symlinks with files from resources/public/ | ||
Rem out/imgs/ out/audio/ out/style.css | ||
Rem shouldn't need to set password, server is open if running on localhost | ||
set HTTPDBPASS="" | ||
set RUNTOKEN="psiclj_%RANDOM%" | ||
set PYTHON=C:\Program Files\PsychoPy\python.exe | ||
|
||
start %RUNTOKEN% cmd /c psiclj | ||
start "" "%PYTHON%" http_ttl.py areeg | ||
start "" http://127.0.0.1:3001/loeffeeg.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# 20240510 - psychopy cant run on newest python. using pyenv for | ||
# pypy3.10-7.3.15 | ||
# git+https://github.com/psychopy/psychopy | ||
tornado | ||
pynput |