mcpeldot

Results 1 issues of mcpeldot

When I run the following snippet: ``` import virtualbox from virtualbox.library import MachineState def on_machine_state_changed(event): print(event) vbox = virtualbox.VirtualBox() vbox.register_on_machine_state_changed(on_machine_state_changed) ``` I get the following stack trace: > Unhanded exception...