python - Trying to install wxpython on Mac OSX -
this question has answer here:
- install wxpython on mac os mavericks 3 answers
i trying install wxpython onto mac osx 10.8.3. download disk images downloads page , mount it. when try install package error saying package damaged , can't opened. suggestions on how can fix this?
i have tried opening package through terminal no luck.
thanks in advance.
this known issue: http://trac.wxwidgets.org/ticket/14523.
the wxpython installer created ancient package building tool no longer support. workaround install command line:
sudo installer -pkg /volumes/wxpython2.8-osx-unicode-2.8.12.1-universal-py2.7/wxpython2.8-osx-unicode-universal-py2.7.pkg/ -target /
the output got was:
installer: package name wxpython2.8-osx-unicode-universal-py2.7 installer: installing @ base path / 2013-06-27 00:23:38.157 installer[9373:5a03] package /volumes/wxpython2.8-osx-unicode-2.8.12.1-universal-py2.7/wxpython2.8-osx-unicode-universal-py2.7.pkg uses deprecated pre-10.2 format (or uses newer format invalid). installer: install successful.
Comments
Post a Comment