Skip to content

Instantly share code, notes, and snippets.

@btedev
Created November 9, 2010 21:23
Show Gist options
  • Save btedev/669844 to your computer and use it in GitHub Desktop.
Save btedev/669844 to your computer and use it in GitHub Desktop.
Installation instructions for Pyspread on Snow Leopard
I'm a Python newb so YMMV. Python 2.6 64-bit is installed by default and wxPython doesn't play nicely with it, so install 2.7 and the unstable version of wxPython.
1. Install Python 2.7: http://www.python.org/ftp/python/2.7/python-2.7-macosx10.5.dmg
2. Install development wxPython binary "wxPython2.9-osx-cocoa-py2.7" from http://www.wxpython.org/download.php#unstable
3. Install numpy: http://www.scipy.org/Installing_SciPy/Mac_OS_X
4. Download pyspread and edit the following:
a. ./_pyspread/pyspread line 44, change '2.8' to '2.9'
b. ./_pyspread/_windows.py comment out lines 170-173.
5. Install and run as described here http://sourceforge.net/apps/mediawiki/pyspread/index.php?title=Main_Page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment