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

Fixes #4 #5

Closed obbardc closed 10 years ago

mjdorma commented 10 years ago

pyvbox builds the library.py module using the build.py program found at the root of the project. It does this by downloading the latest VirtualBox.Xidl then parsing it accordingly.

See how this how I have updated your contributions in 0aacc934879d605c511b96f32b742f476bb3396c

Cheers

mjdorma commented 10 years ago

After testing I found out that I was missing some checks...

Here is the complete check... 7df6b05fa0a58ef43ad6dce42fec6a3398316396

Version 0.1 should do it!

obbardc commented 10 years ago

Thanks. I didn't realize library.py was built on the fly! Doh!

Cheers for the project hope you've had a good Christmas and New Year!