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

Vboxapi module not found #43

Closed vnpraveendesu closed 7 years ago

vnpraveendesu commented 8 years ago

Hi Last week, I have installed pyvbox on my ubuntu machine. Whenever import the virtualbox module, throws an error vboxapi module not found. I tried to intsall the package using pip(pip install vboxapi). "Could not find a version that satisfies the requirement vboxapi (from versions)" Please let me know, How can i install the vboxapi package using pip.

sethmlarson commented 7 years ago

Try downloading the VirtualBox SDK from the website. That's where the vboxapi module is distributed from.