PyCharm looking at QtGui Framework at two different paths (MAC ISSUE)
Answered
For some reason, while running PyCharm I am getting the following error:
Class QCocoaColorPanelDelegate is implemented in both /Applications/Canopy.app/
The QtGui Framework seems to be installed in two different paths, and PyCharm does not know how to resolve it. A solution to the problem would be much appreciated.
Please sign in to leave a comment.
Hello, thank you for the report.
Do you have the same error if launching your script with your project interpreter in the Terminal?
I haven't tried that out that yet. I'll give it a go, but interestingly enough the script seems to be working if I am in debug mode.
Running the script from the command line, did not fix the problem