python -c "import wx; app = wx.App()"
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.
Any ideas what went wrong?
Thanks,
Clemens
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-user...@googlegroups.com.
Another possible bug with Anaconda Python is: wxPython doesn't load/run via the Jupyter Notebook (at least on my setup). Has anybody noticed this?
pythonw /usr/local/anaconda/bin/ipython
I get the following error:
Traceback (most recent call last):
File "/usr/local/anaconda/bin/ipython", line 4, in <module>
import IPython
ImportError: No module named IPython
Thanks,
Clemens
Thanks Matt, but I don't have a pythonw in my Anaconda folder. I just have the one provided in /usr/bin. How do I use that to call the Anaconda Python executable? When I do e.g.pythonw /usr/local/anaconda/bin/ipython
I get the following error:
Traceback (most recent call last):
File "/usr/local/anaconda/bin/ipython", line 4, in <module>
import IPython
ImportError: No module named IPython
You have 'ipython' but not the 'IPython' module, and not 'pythonw'? That seems like something is wrong with the Anaconda installation. For me, Anaconda on Mac OSX installs either to /Users/USERNAME/anaconda or /Users/USERNAME/anaconda3 when doing 'install for me only' or /anaconda or /anaconda3 when installing for all users.