-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After run, nothing has happened, only error in console #2
Comments
Same here |
I found a workaround here: https://stackoverflow.com/questions/51284268/windowscontext-oleinitialize-failed-com-error-0x80010106-rpc-e-changed-mode It works for me. |
I tried that work around and did not work for me. Windows 10, Python 3.7. In fact it bombs with:
Ironically, I run it in Eclipse + PyDev to see what's up, and it runs fine. Takes ages to start, but doesn't crash and I can use it. Go figure. |
Good morning all, I did a pull request with the workaround from Stack Overflow -> #4 |
QWindowsContext: OleInitialize() failed: "COM error 0xffffffff80010106 RPC_E_CHANGED_MODE (Unknown error 0x080010106)"
The text was updated successfully, but these errors were encountered: