This is the source distribution for Gridlock. Requirements for running from source are: - Python 2.5 or 2.6 - Numpy (tested with versions 1.0.1, 1.2.1, and 1.3.0) - wxPython (tested with versions 2.8.4.0, 2.8.9.1, and 2.8.9.2) - PyOpenGL (tested with version 3.0.0) - simplejson (only needed with Python 2.5, json is built in to 2.6) To run from the source directory, use this command line: python pygrid_wx.py To build standalone applications, you will need setuptools and py2app/py2exe. See setup_osx.py and setup_win.py for build instructions. Gridlock Copyright (c) 2009 Brian Nenninger Released under the GNU General Public License version 3, see help/licenses.html for details. Contact me at brian@dozingcatsoftware.com with any comments or questions.