------------------
* IGuest.create_session() now raises a more descriptive error if
not able to connect with a zero-length password. (sethmlarson PR 70)
* Add sys.executable-derived paths in list to check for vboxapi (sethmlarson PR 69)
* Fix IGuestProcess.execute() on Python 3.x (sethmlarson PR 58)
* Fix errors to not output on Windows platforms. (sethmlarson PR 57)
* Fix error caused by attempting to set any attribute in the COM interface
using setattr raising an error. (Reported by josepegerent, patch by sethmlarson PR 74)