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

Search for vboxapi using the root of sys.executable #69

Closed sethmlarson closed 7 years ago

sethmlarson commented 7 years ago

Fixes #67 Also has the side-effect of allowing us to (potentially?) find the vboxapi module on platforms that we previously didn't recognize.