Error when creating project (os.mkdirs)

Hi all,

when I try to create a project on Pavlovia, I get the following error.
Traceback (most recent call last):
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/app/pavlovia_ui/project.py”, line 160, in submitChanges
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/projects/pavlovia.py”, line 748, in getRepo
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/projects/pavlovia.py”, line 790, in newRepo
AttributeError: module ‘os’ has no attribute ‘mkdirs’

I use Pyschopy version 2020.2.4. Maybe a version incompatibility issue?

Thanks!

I think that one might be a typo in the code - os doesn’t have a method mkdirs, but it does have mkdir. From looking through the code, I think that’s what it’s supposed to be doing.

This line is only reached when you don’t have a localRoot for your project, so the simplest solution for now is to click the Experiment Info button:
globe_info32@2x
and set a Local Root from there