Forum Archive

Possible to run Psychopy scripts?

elineadrianne

Hi,

I am completely new to Pythonista and before I invest time and money into the app, I was wondering whether it would be possible to run listening experiments created in PyschoPy in Pythonista. Does anyone have experience with this?

JonB

Looking at setup.py:

install_requires =
    requests[security]
    numpy
    scipy
    matplotlib
    pandas
    pillow
    pyglet
    pyopengl
    soundfile
    sounddevice
    python-bidi
    arabic_reshaper
    cffi
    future
    json_tricks
    pyosf
    xlrd
    openpyxl
    pyserial
    pyyaml
    gevent
    msgpack-numpy
    msgpack-python
    psutil
    tables
    pyzmq
    moviepy
    opencv-python
    python-gitlab
    gitpython
    astunparse
    esprima
    freetype-py
    # Platform-specific dependencies.
    imageio < 2.5; python_version < "3"
    imageio >= 2.5; python_version >= "3"
    imageio-ffmpeg; python_version >= "3"
    pyparallel; platform_system == "Linux"
    pyWinhook; platform_system == "Windows"
    pyqmix >= 2018.12.13; platform_system == "Windows"
    pyqt5; python_version >= "3"
    wxPython != 4.0.2, != 4.0.3; platform_system != "Linux"
    pypiwin32; platform_system == "Windows"
    pyobjc-core; platform_system == "Darwin"
    pyobjc-framework-Quartz; 

A good fraction of these are incompatible with pythonista. For instance scipy.