Wxpython installation fails on OSX10.11 despite changing security settings and using command line installation

I am trying to install wxPython 3.0.2 for Cocoa on OSX 10.11. And I find the Install wxPython link on Mac os Mavericks and wxPython OSX binaries will not be installed on MacOS 10.8 Mountain Lion - need to sign

I adjusted the GateKeeper settings so that the installation program starts, despite the missing signature. However, the installation then does not confirm: "The installer was unable to install the software because there was no installed software to install.".

I tried using the command line installation, but it exits with the same error message: sudo installer -pkg / Volumes / wxPython3.0-osx-3.0.2.0- cocoa-py2.7 / wxPython3.0-osx-cocoa-py2 .7.pkg / -target /

Password:

installer: Package name is wxPython3.0-osx- cocoa -py2.7

installer: installation on the base path /

2015-10-18 15: 29: 57.977 installer [24690: 510968] Package / Volumes / wxPython 3.0-osx-3.0.2.0- cocoa -py2.7 / wxPython3.0-osx- cocoa -py2.7.pkg uses outdated pre-10.2 format (or uses a newer format, but is not valid).

installer: installation failed (the installer was unable to install the software because there was no installed software to install.)

I found that I am using python by default, which comes pre-installed on OSX. Will it affect.

, , wxPython OSX 10.11.

!

+4
1

wxpython.

-, github. wxpython wxwidgets ( )

-, build-wxpython.py . , wxpython wxwidgets, . wxwidgets - "wxWidgets".

-, .

cd wxPython-src-3.0.0.0/wxPython python2.6 build-wxpython.py --build_dir=../bld --osx_cocoa

+3

Source: https://habr.com/ru/post/1612112/


All Articles