- Boa Constructor - This project aims to update the Boa Constructor IDE to operate with versions of Python and wxPython in common use at the time of writing (they are Python 3.9 and wxPython 4.2.x).
Currently the import_native_plugin_from_directory function in the kernel class initializes a native plugin class by calling the constructor without any arguments. There can be use cases where we may ...