Error received while trying to open the builder view from the coder view

Hello Everyone,
I am a novice with coding. I tried opening the builder view from the coder window (code was already written), and got this error with an instruction to copy and send to the developers.
Is there no feature yet to sync the different views? Any help will be appreciated, thanks in advance.

URL of experiment: Traceback (most recent call last):
File “C:\Users\s2085356\AppData\Local\PsychoPy3\lib\site-packages\psychopy\app\runner\runner.py”, line 298, in viewBuilder
self.app.showBuilder(fileList=[str(self.panel.currentFile)])
File “C:\Users\s2085356\AppData\Local\PsychoPy3\lib\site-packages\psychopy\app_psychopyApp.py”, line 570, in showBuilder
self.newBuilderFrame(fileName=fileName)
File “C:\Users\s2085356\AppData\Local\PsychoPy3\lib\site-packages\psychopy\app_psychopyApp.py”, line 557, in newBuilderFrame
fileName=fileName, app=self)
File “C:\Users\s2085356\AppData\Local\PsychoPy3\lib\site-packages\psychopy\app\builder\builder.py”, line 172, in init
self.updateReadme()
File “C:\Users\s2085356\AppData\Local\PsychoPy3\lib\site-packages\psychopy\app\builder\builder.py”, line 735, in updateReadme
self.readmeFrame = ReadmeFrame(parent=self)
File “C:\Users\s2085356\AppData\Local\PsychoPy3\lib\site-packages\psychopy\app\builder\builder.py”, line 2370, in init
title = “%s readme” % (parent.exp.name)
AttributeError: ‘BuilderFrame’ object has no attribute ‘exp’

Description of the problem:

Hi There,

Just to check - are you trying to convert a written python script into a builder experiment? If so, unfortunately this cannot be done. You can compile a builder experiment to coder bot not vice versa.

Becca

Yes, that is what I am trying to do unfortunately. Thanks a lot.