sethmlarson / virtualbox-python

Complete implementation of VirtualBox's COM API with a Pythonic interface.
https://pypi.org/project/virtualbox
Apache License 2.0
354 stars 75 forks source link

vbox 5.2.0 VirtualBox.xidl builds library.py incorrectly #89

Closed mjdorma closed 7 years ago

mjdorma commented 7 years ago
SUMMARY

Attempting to build a new library.py from the latest VirtualBox.xidl results in no output.

STEPS TO REPRODUCE

python build.py --build-against-master --force-download

EXPECTED RESULTS

updated library.py with new 5.2 fixups.

ACTUAL RESULTS

No errors generated. A mostly empty library.py is output. Suspect its probably a new element to traverse. TBA