Traced Designer File>New>From-wizard>Simple a bit more today.
GFForm.GFForm() returns <uninitialized object> in FormDocument.loadEmpty,
whereas we expect <gnue.forms.GFForm.GFForm instance>.
Has a parameter become required or anything?

# designer/src/forms/document.py
from gnue.forms import GFForm, GFParser, GFObjects, GFLibrary
# ...
    def loadEmpty(self, style=None):
        form = GFForm.GFForm()
        # (Pdb) p GFForm.GFForm
        # <class 'gnue.forms.GFForm.GFForm'>
        # (Pdb) p form
        # <uninitialized object>

_______________________________________________
gnue-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnue-dev

Reply via email to