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 installer enthon-python2.4-1.0.0.exe from the web site: http://code.enthought.com/enthon/
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.

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:

For MacOs 10.5 (Leopard)

***************************************

Once you have Python, and SciPy installed, test the critical pieces:

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

The MagIC Database and PmagPy

Examples for PmagPy

and

Lectures in Paleomagnetism (2007 version), by Lisa Tauxe