RDW4 Python Bindings (from rust)

Hey everyone
I’m trying to get rdw4 working from python using the generated bindings. I’m by far no expert, but have managed to build my app using GTK4/libadwaita until this point.

So far:

  1. I have managed to compile everything inside flatpak
  2. I can import Rdw/RdwRdp/… into my existing application, without any errors

Then, once I try to (since I didn’t find documentation anywhere) enumerate the attributes of RdwSpice.Display or try to create an instance thereof, I get this error:

assertion `left == right` failed: Type RdwDisplay has already been registered

Then the entire app then crashes.

Did I miss anything from the demo code? Or are the language bindings just not there yet?