"'FileExistsError' is not defined " issue on V12
I just installed Pinguino IDE V12.0.39 I have python 2.7.13 I think downloaded from my previous installation of V11.
Right after install the IDE will work. after exiting and reopening I get the error: 'FileExistsError' is not defined . After reinstallation I get the same behavior.
the full error report is :
Traceback (most recent call last):
File "C:\Program Files\Pinguino\v12\pinguino\qtgui\ide\methods\decorators.py", line 281, in wrapped
return fn(Pinguino, *args, **kwargs)
File "C:\Program Files\Pinguino\v12\pinguino\qtgui\ide\ide.py", line 57, in __init__
PinguinoConfig.check_user_files()
File "C:\Program Files\Pinguino\v12\pinguino\qtgui\pinguino_core\pinguino_config.py", line 112, in check_user_files
makedirs(os.getenv("PINGUINO_USER_PATH"), exist_ok=True)
File "C:\Program Files\Pinguino\v12\pinguino\qtgui\pinguino_core\pinguino_config.py", line 36, in makedirs
except FileExistsError:
NameError: global name 'FileExistsError' is not defined
Thanks for helping out.
|