“no matching architecture in universal wrapper” problem in wxPython?

后端 未结 5 1624
陌清茗
陌清茗 2020-12-09 19:04

I am running Python 2.7 under Mac OS 10.6.4, and I just installed wxPython from the wxPython2.8-osx-unicode-2.8.11.0-universal-py2.7.dmg binary. I am getting a

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-09 19:32

    Just to clarify 'Ned Deily's' suggestion re: use arch -i386 python2.7 script.py to run in 32-bit mode. The exact command line is arch -i386 python pywrap spare.py. This will allow you to run PyCrust (in 32-bit mode on OSX 10.6.x).

提交回复
热议问题