SDK Python typo in line 455 of vboxapi.py
Posted: 29. Jan 2020, 11:16
Line 455 of vboxapi.py should have oXcpt, currently oXctp, causing the api to crash in python
I cant figure out how to use the svn repository but the following is alink to a mirror
should read
I cant figure out how to use the svn repository but the following is alink to a mirror
Code: Select all
print("Warning: CoInitializeSecurity failed: ", oXctp);Code: Select all
print("Warning: CoInitializeSecurity failed: ", oXcpt);