No index.html no server.php in html folder (Windows7)

hi,

I am new to psychopy, very interested into the online features (will fill in the survey later).
I have installed StandalonePsychoPy-1.85.0rc5-win32 on Windows 7. Made my first stroop.psyexp to test, all well. However:
Export HTML produces only the following:
html/
— info.php
— resources/ (contains a copy of the xlsx file one level above)

nothing else. No index.html no server.php as per
http://www.psychopy.org/online/fromBuilder.html#onlineexpsettings

Moreover, the Experimental Settings -> Online tab has JS libs “packaged” entry greyed out, cannot be changed (just saying, no need to use it).

I have installed the same version psychopy-1.85.0rc5 from source on linux Ubuntu 16.04 and I get the same type of output as above when clicking Export HTML.
Moreover, in this version the Online tab is missing from Experiment Settings.

If you look at the output panel (bottom of coder window) were any error messages sent there when the html export was attempted?

nope, the Output panel only says Welcome and the version. This holds true both on Windows and linux.
Incidentally, I notice that the Output window on linux says v1.84.2, while I have downloaded psychopy-1.85.0rc5.zip.

OK, on my installation of this I do get an error message saying that psychojs.zip doesn’t exist in the installation. I’ll fix that right away. Not sure why you didn’t get an error message but hopefully it is actually the same problem.

Either you haven’t installed the new zip file properly or both versions are still visible in the python path

1 Like

This solved my same problem. My python path was using 1.82 (?), but the stand-alone builder app was on 1.85. After upgrading the via,

pip install upgrade https://github.com/psychopy/psychopy/archive/1.85.0.tar.gz

things work fine. thanks!