rceforge
2. working install:
cd /bioinformatics/pythonstuff/PyCogent-1.4.1/
python setup.py build
sudo python setup.py install
python setup.py build_ext -if
(no NumPy version error this time!)
Finally:
ipython
import numpy
dir(numpy)
Thanks!
Nick
> On Tue, Jun 8, 2010 at
Hi NumPy gurus,
I have a slightly weird question. I would like to install
the PyCogent python library. However, this requires NumPy
1.3 or higher. I only have NumPy 1.1.1, because I got it as
part of the Enthought Python Distribution (4.1) back in 2008.
Now, when I download & install a new