mac, sublime中python引入MySQLdb出现wrong architechture?

ImportError: dlopen(/Library/Python/2.7/site-packages/_mysql.so, 2): no suitable image found. Did find: /Library/Python/2.7/site-packages/_mysql.so: mach-o, but wrong architecture

在命令行中可以成功引入,在终端输入python *.py,也可以执行成功,就是在sublime 中不行,我认为之前在.bash_profile中添加的export DYLD_LIBRARY_PATH=/usr/local/mysql/lib/
export VERSIONER_PYTHON_PREFER_32_BIT=no
export VERSIONER_PYTHON_PREFER_64_BIT=yes 只针对终端有效,所以对sublime无效,那针对sublime又怎样修改呢? 我参看了 python 引入MySQLdb 出错解决方法 - 郭雨莹的文章 - 知乎专栏 还是不行,请各位帮忙看看?

http://www.csdn.net/tag/mysqldb