Can't open Builder

If this template helps then use it. If not then just delete and start from scratch.

OS (Win10):
PsychoPy version (1.85.2 and 185.4):
**Standard Standalone? (y)

**What are you trying to achieve?:
Trying to move from code view to builder view

What did you try to make it work?:
press Ctrl+L or click on the tab

What specifically went wrong when you tried that?:
Nothing… just an error code, for both versions.

Include pasted full error message if possible. “That didn’t work” is not enough information.
Traceback (most recent call last):
File “C:\Program Files (x86)\PsychoPy2\lib\site-packages\psychopy\app_psychopyApp.py”, line 451, in showBuilder
self.newBuilderFrame()
File “C:\Program Files (x86)\PsychoPy2\lib\site-packages\psychopy\app_psychopyApp.py”, line 438, in newBuilderFrame
fileName=fileName, app=self)
File “C:\Program Files (x86)\PsychoPy2\lib\site-packages\psychopy\app\builder\builder.py”, line 1029, in init
self.componentButtons = ComponentsPanel(self)
File “C:\Program Files (x86)\PsychoPy2\lib\site-packages\psychopy\app\builder\builder.py”, line 666, in init
self.app.prefs.builder[‘componentsFolders’])
File “C:\Program Files (x86)\PsychoPy2\lib\site-packages\psychopy\app\builder\components_init_.py”, line 206, in getAllComponents
userComps = getComponents(folder)
File “C:\Program Files (x86)\PsychoPy2\lib\site-packages\psychopy\app\builder\components_init_.py”, line 161, in getComponents
module = import_module(explicit_rel_path, package=pkg)
File “C:\Program Files (x86)\PsychoPy2\lib\importlib_init_.py”, line 30, in import_module
raise TypeError(“relative imports require the ‘package’ argument”)
TypeError: relative imports require the ‘package’ argument