Python 2.6 安装wxPython后提示"64.....32"错误解决办法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python 2.6 安装wxPython后提示"64.....32"错误解决办法相关的知识,希望对你有一定的参考价值。

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 

以上是关于Python 2.6 安装wxPython后提示"64.....32"错误解决办法的主要内容,如果未能解决你的问题,请参考以下文章

我将Python2.7安装在E盘,然后安装wxpython后,无法导入wx模块,提示“ImportError: No module named wx

python入门教程python 3.4 安装 pygame 和 wxPython教程

wxPython怎么安装,Python初学者,若能提供教程,感激不尽。

解决robotframework安装时提示wxPython not found问题

Mac 下安装wxpython踩过的坑

wxpython(python3.5)安装