I'm on a Mac and I installed wx and wxpython by installing the
wxmac[1] homebrew[2] formular with the `--python` and the `--devel`
option to include (wx)python and 64bit support. My python[3] install
has also been done via homebrew.
Now if I try to run the getting started example[4] from the wxPyWiki,
I get this error:
This program needs access to the screen
Please run with a Framework build of python, and only when you are
logged in the main display of your Mac.
The way I try to run the program is by simply typing python wx.py in
my terminal.
On Wed, Jun 13, 2012 at 2:56 AM, christoffer.buchholz@gmail.com <christoffer.buchholz@gmail.com> wrote:
Hey guys!
I'm on a Mac and I installed wx and wxpython by installing the
wxmac[1] homebrew[2] formular with the `--python` and the `--devel`
option to include (wx)python and 64bit support. My python[3] install
has also been done via homebrew.
Now if I try to run the getting started example[4] from the wxPyWiki,
I get this error:
This program needs access to the screen
Please run with a Framework build of python, and only when you are
logged in the main display of your Mac.
Which python are you running? (apple python, python from python.org, mac ports?)
Looking at [3] it appears that the homebrew formula for Python has a --framework option. Use it.
···
On 6/13/12 12:56 AM, christoffer.buchholz@gmail.com wrote:
Hey guys!
I'm on a Mac and I installed wx and wxpython by installing the
wxmac[1] homebrew[2] formular with the `--python` and the `--devel`
option to include (wx)python and 64bit support. My python[3] install
has also been done via homebrew.
Now if I try to run the getting started example[4] from the wxPyWiki,
I get this error:
This program needs access to the screen
Please run with a Framework build of python, and only when you are
logged in the main display of your Mac.
The way I try to run the program is by simply typing python wx.py in
my terminal.