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: macOS High Sierra 10.13.6 - Python version: Python 3.6.5 |Anaconda, Inc.| (default, Apr 26 2018, 08:42:37) [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin- VirtualBox...

Ensures that guest sessions created with IGuest.create_session() are properly closed in case of failure. Closes #101.

##### ENVIRONMENT - Operating System: Windows 10 - Python version: 2.7.10 - VirtualBox version: 5.2.2 - pyvbox version: 1.2.0 ##### SUMMARY During frequent calls to create a guest session, the...

bug
extensions

##### ENVIRONMENT - Operating System: archlinux - Python version: Python 3.9.0 (default, Oct 7 2020, 23:09:01) [GCC 10.2.0] on linux - VirtualBox version: 6.1.16-3 - VirtualBox SDK version: 6.1.16-3 -...

##### ENVIRONMENT - Operating System: Debian GNU/Linux 9.3 (stretch) - Python version: Python 3.5.3 - VirtualBox version: 5.2.4r119785 - VirtualBox SDK version: 5.2.4r119785 - Location where VirtualBox SDK is installed:...

bug
python-3.x

This happens with both VirtualBox PUEL and VirtualBox OSE (setting `sys.abiflags = ''`). ``` In [1]: import virtualbox ...: vbox = virtualbox.VirtualBox() ...: vm = vbox.find_machine(vbox.machines[0].name) ...: session = vm.create_session()...

bug
vboxapi

Hello, I'm using virtualbox 6.0.xx with latest virtualbox-python, want to launch the virtual machine image with full screen mode. Is there any option in machine.launch_vm_process function. Is there any functions...

##### ENVIRONMENT - virtualbox-python / pyvbox version: 2.2.1 ##### SUMMARY Function launch_vm_process in library.py has input parameter 'environment_changes' that is list in the last version. ``` if not isinstance(environment_changes, list):...