尝试在{strong> MacBook Air上运行wxPython
并出现macOS 10.14.6.
的问题。
当我在3.7.1 (installed while using Anaconda)
中运行并运行wx script
时,出现此错误:
该程序需要访问屏幕。请运行 python的框架构建,仅当您登录时 在Mac的主显示屏上。
我安装了3.7.4 framework
,但是当我尝试运行import
或pip
时,得到以下报告:
Grahams-MacBook-Air:~ grahamhansen$ python3.7
Python 3.7.4 (v3.7.4:e09359112e, Jul 8 2019, 14:54:52)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'wx'
>>> brew install wxpython
File "<stdin>", line 1
brew install wxpython
^
SyntaxError: invalid syntax
我安装了3.7.4 at the OS level
。我被卡住了。