Closed nicl83 closed 4 years ago
Rolling back to 2.0.0 (pip uninstall virtualbox
followed by pip install -Iv virtualbox=2.0.0
) does not resolve this issue, for some reason.
Confirming that this is an issue specifically with the code generator, I'll get to it today.
Fixed in 2.1.1
ENVIRONMENT
vboxapisetup.py --version
returns 1.0)master
branch? YesSUMMARY
I'm no longer able to import the library following yesterday's update (2.1.0). Attempting to import the library, either in a program or in the Python interpreter on the command line, causes an error and the program terminates. (The interpreter does not terminate, but the library is not imported, and cannot be used.)
I have tried reinstalling VirtualBox both from source and from
pip
- no change. I have also tried reinstalling the VirtualBox API - again, no change.STEPS TO REPRODUCE
python3
in your terminal of choice)import virtualbox
and press enter.EXPECTED RESULTS
The library is imported, and I am able to use VirtualBox-related functionality in my code.
ACTUAL RESULTS
An error occurs, and the library is not imported.