PmagPy Project Page: maintained by Lisa Tauxe
To use the PmagPy package, first install Python as described below, THEN download the latest PmagPy package here.
and follow the intall instructions.
********************************
Installing Python on Mac OS 10.4 (Tiger) or a Windows PC:
For PCs:
download the enthought installer from the web site: http://www.enthought.com/products/epddownload.php
and install it by double clicking on the icon.
For MacOs 10.4 (Tiger)
Unpack either Tiger_Python_PPC.zip or Tiger_Python_Intel onto your desktop.
If you want to use the mapping software, download [basemap0.9.5-py2.4-macosx10.4.dmg] too
To install stuff double click each package, accept everything asked, choose the destination disk, wait for the install, and wait for the "optimize" whatever that is. Do this for each of these packages IN THIS ORDER:
PPC: [ScipySuperpack-PPC-10.4-py2.5.mpkg]
OR
INTEL [ ScipySuperpack-Intel-10.4-py2.5.mpkg]
For MacOs 10.5 (Leopard)
***************************************
Once you have Python, and SciPy installed, test the critical pieces:
export PATH=/usr/local/bin:~/PmagPy:./:$PATH
ctrl-D
cat >>.cshrc
set path = (~/PmagPy ./ $path)
ctrl-D
When Python is started type the text after the prompt symbol: >>>>
ActivePython 2.5.1.1 (ActiveState Software Inc.) based on NB: [will be different version of python on Leopard and PC versions!]
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 matplotlib
>>> matplotlib.use("TkAgg")
>>> import pylab
>>> pylab.plot([1,2,3,4])
>>> pylab.show()
this should give you a very boring straight line plot:

If this works, you are golden. If not, contact me (ltauxe@ucsd.edu)
***********************************
Other useful documentation is:
Programming Python for Palemagnetism
and
Lectures in Paleomagnetism (2007 version), by Lisa Tauxe