Korban Pavel
Korban Pavel
> The problem is is `virtualbox/library.py` is automatically generated so this likely means we need to update `build.py`. Maybe we can update the interface return value script to check for...
same error when trying: `virtualbox.events.register_callback(callback, vm.session.console.event_source, VBoxEventType.on_vrde_server_info_changed)` But i think problem here: events.py ``` def _event_monitor(callback, event_source, listener, event_interface, quit): global _callbacks try: while not quit.is_set(): try: event = event_source.get_event(listener,...
ok, no problem!
@sethmlarson Done! And thank you so much for this library =)