Merge pull request #19 from LawrenceLeung/master

Added a short note in the README about another way to put python in 32bit mode for mac
master
kliment 2011-06-19 15:33:47 -07:00
commit 75a07e98fc
1 changed files with 4 additions and 0 deletions

4
README
View File

@ -21,6 +21,10 @@ http://downloads.sourceforge.net/wxpython/wxPython2.8-osx-unicode-2.8.12.0-unive
Grab the source for pyserial from http://pypi.python.org/packages/source/p/pyserial/pyserial-2.5.tar.gz
Unzip pyserial to a folder. Then, in a terminal, change to the folder you unzipped to, then type in:
defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
Alternatively, you can run python in 32 bit mode by setting the following environment variable before running:
export VERSIONER_PYTHON_PREFER_32_BIT=yes
sudo python setup.py install
Then repeat the same with http://launchpad.net/pyreadline/trunk/1.7/+download/pyreadline-1.7.zip