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

call "exportTo" instead of "export" in iMachine.export_to(...) #42

Closed z00m1n closed 8 years ago

z00m1n commented 9 years ago

As described in https://github.com/mjdorma/pyvbox/issues/40, I had to change the call to "export" to "exportTo" to make export_to(...) work with the latest VirtualBox version 5.0.8 r103449; this fix is possibly required for all 5.x.y versions and should probably be done conditionally based on the version of the underlying VirtualBox package for backwards compatibility; unfortunately, I don't know how to determine that version...

z00m1n commented 9 years ago

Was trying to create a separate pull request for the typo fix, but it seems my github skills are limited :-/

mjdorma commented 8 years ago

Thanks for the PR.

I dropped off the planet for a few months. This change will be included in the latest distribution which moves support to the 5.0.x interface.

Cheers