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

Fix error when using setattr on COM interface with Enum. #74

Closed sethmlarson closed 7 years ago

sethmlarson commented 7 years ago

This should fix #73 and this is definitely a good time for a new release. I am quite surprised that this bug went unnoticed for so long, better now than never!

This works on my machine perfectly and fixes the problem which occurred in more than one place. Can you verify that this also works in your case @josepegerent ?

I can prepare the release tomorrow if you'd like @mjdorma, just need you to do the committing to PyPI. :)