Hello all,
we have come across a problem with the automatic integration of a plugin we developed for psychopy (you can find the package psychopy-bids on gitlab.com).
In this package we implemented a routine and a component for the Psychopy Builder, which we would now like to include automatically when starting the Builder.
Unfortunately, this does not work and the plugin is only detected after we run the plugins.scanPlugins()
function. We tried to load the plugin automatically by using psychopy.preferences
and also with adding the name to “File” > “Preferences” > “General” > “startUpPlugins”.
Did we forget anything when implementing the code? I also attached a small Builder-Experiment where I check if the plugin can be added manually.
Cheers,
Christoph
plugin_test.psyexp (13.4 KB)