I'm trying to run Gooey which requires wxPython via PyCharm on my Mac (Sierra).
I have python and wxPython installed via homebrew
and a virtual environment setup via the "Project Interpreter" preferences in PyCharm. Unfortunately, I'm getting the following error :
This program needs access to the screen.
Please run with a Framework build of python, and only when you are
logged in on the main display of your Mac.
I've seen various discussions of this issue around including : https://wiki.wxpython.org/wxPythonVirtualenvOnMac
Unfortunately, none of the solutions seems to work with my particular setup with PyCharm. Is there some way to specify a Framework build of python via PyCharm?