I'm debugging a COM issue with pythoncom: a Python program is unable
communicate
with VirtualBox over COM when run under the LocalService or NetworkService
Windows accounts. The same program can communicate with VirtualBox without
issue
under the LocalSystem, administrator, and Guest accounts.
Under LocalService and NetworkService, this line
win32com.client.Dispatch('VirtualBox.VirtualBox')
raises
com_error(-2147024891, 'Access is denied.', None, None)
Why are the LocalService and NetworkService accounts unable to communicate
with
VirtualBox over COM?
Thank you.
_______________________________________________
python-win32 mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-win32