George Wright wrote:
Does anyone have a reference to a simple step by step "how to" for this installation?

just got to python.,org, and download and install the 2.5.2 *.pkg.

Then make sure that any other packages you install are built for that version. There are some here:

http://pythonmac.org/packages/py25-fat/index.html

Though that's not being maintained well at this point :-(

The other option is to build from source:

$ python setup.py build
$ sudo python setup.py install

Which works with many packages. You do need to have the developer tools installed for this to work with C-coded extensions.

setuptools also often works:

$ easy_install ThePackageName

-Chris



--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to