p.p1 { margin: 0.0px 0.0px 10.0px 0.0px; line-height: 20.0px; font: 14.0px "PingFang SC" }
li.li2 { margin: 0.0px 0.0px 0.0px 0.0px; line-height: 20.0px; font: 14.0px "PingFang SC" }
span.s1 { }
span.s2 { text-decoration: underline; color: #042eee }
ol.ol1 { list-style-type: decimal }
ImportError: /usr/local/lib/wxPython-unicode-2.8.10.1/lib/python2.6/site-packages/wx-2.8-mac-unicode/wx/_core_.so: no appropriate 64-bit architecture (see “man Python” for running in 32-bit mode)
要解决这个问题,只需要在 ~/.bash_profile 加入一行代码就行:
export VERSIONER_PYTHON_PREFER_32_BIT=yes
另外一种解决方案是执行以下命令:
defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
时间: 2024-10-20 23:42:39