virtualbox-python icon indicating copy to clipboard operation
virtualbox-python copied to clipboard

Complete implementation of VirtualBox's COM API with a Pythonic interface.

Results 24 virtualbox-python issues
Sort by recently updated
recently updated
newest added

##### ENVIRONMENT - Operating System: Arch Linux - Python version: Python 3.7.2 - VirtualBox version: virtualbox 6.0.4-4 - VirtualBox SDK version: virtualbox-sdk 6.0.4-4 - Location where VirtualBox SDK is installed:...

##### ENVIRONMENT - Operating System: Windows 10 2004 - Python version: 3.8.3 - VirtualBox version: 6.1.12 r139181 - VirtualBox SDK version: 6.1.12-139181 - Location where VirtualBox SDK is installed: -...

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...

##### ENVIRONMENT - Operating System: Windows 10 Pro (1903) - Python version: 3.7.2: - VirtualBox version: 6.1.4 r136177 (Qt5.6.2) - VirtualBox SDK version: 1.0 - Location where VirtualBox SDK is...

##### ENVIRONMENT - Operating System: Windows Server 2012 R2 Standard (Build 9600) - Python version: Python 3.7.4 - VirtualBox version: 6.1.2 - VirtualBox SDK version: 6.1.2 - Location where VirtualBox...

##### ENVIRONMENT - Operating System: Windows 7 64bits - Python version: 3.6.4 - VirtualBox version: 5.2.6 r120293 (Qt5.6.2) - VirtualBox SDK version: 6.0.2-128162 - Location where VirtualBox SDK is installed:...

##### ENVIRONMENT - Operating System: Windows 10 - 1903 - Python version: 3.7 - VirtualBox version: 6.0.10 - VirtualBox SDK version: 6.0.10 - Location where VirtualBox SDK is installed: -...

Hello, I'm yet another person running into the `ModuleNotFoundError: No module named 'xpcom'` error. I've tried every solution from the previous issues but nothing seems to work. I'm hoping that...

##### ENVIRONMENT - Operating System: Ubuntu 18.04 - Python version: 2.7 - VirtualBox version: 5.2.18 - VirtualBox SDK version: 5.2.18 - Location where VirtualBox SDK is installed: /sdk - pyvbox...

question
vboxapi