Correlator Testing Python
From CwWiki
You can test your python installation from the command line. Just type this:
[mmac:~] % python
ActivePython 2.5.1.1 (ActiveState Software Inc.) based on
Python 2.5.1 (r251:54863, May 1 2007, 17:40:00)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numarray
>>> numarray.__version__
'1.5.2'

