我最近开始使用优秀的 pyObjC 扩展在 python 中编写“Objective C”。我正在使用 macOS High Sierra (10.13.4) 和苹果的股票 python 2.7.10 安装。使用交互式 python shell 很容易找到该部分:
>>> import platform
>>> platform.python_version()
如何对已安装的 pyObjC 扩展执行相同操作?
我最近开始使用优秀的 pyObjC 扩展在 python 中编写“Objective C”。我正在使用 macOS High Sierra (10.13.4) 和苹果的股票 python 2.7.10 安装。使用交互式 python shell 很容易找到该部分:
>>> import platform
>>> platform.python_version()
如何对已安装的 pyObjC 扩展执行相同操作?