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

后端 未结 5 1622
陌清茗
陌清茗 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:43

    There are two files for 32bit system, python2.7-32 and pythonw2.7-32. You can use these two files to run your script.

    I link python to the python2.7-32 and link pythonw to the pythonw2.7-32. My scripts all are working well.

    you can try.

提交回复
热议问题