rawpython / remi

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
Apache License 2.0
3.48k stars 401 forks source link

Editor: export do not work correctlly #526

Open LukeSkyKoder opened 9 months ago

LukeSkyKoder commented 9 months ago

Hello, The feature to export widget o widget for app template do not work correctly. Only "widget for app template" works partially, but the editor crush:

There were an error during project load: Traceback (most recent call last):
  File "editor.py", line 1045, in reload_project
    widgetTree = self.project.load(
  File "editor.py", line 346, in load
    configuration.configDict = _module.configuration
AttributeError: module 'project' has no attribute 'configuration'

...and it is impossible to load that file.

RobWPink commented 3 weeks ago

same, whats worse is it also deletes all the work currently in the editor