Closed z00m1n closed 8 years ago
Was trying to create a separate pull request for the typo fix, but it seems my github skills are limited :-/
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
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 all5.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...