From: Jonathan K. <ki...@mi...> - 2007-12-17 13:41:42
|
Thanks for the reply. I fixed my problem and thought I would post my findings. Basically, I never did find out what the problem was with those particular version was, but upgrading the packages eventually fixed it. Of course, that meant compiling numpy, python, pango, cairo.... etc. Took forever, but it did eventually work. Thanks for all of your advice! JK John Hunter wrote: > On Dec 5, 2007 12:53 PM, Jonathan King <ki...@mi...> wrote: > >> i am having trouble installing matplotlib from source and thought i >> would post my issue here. >> i download matplotlib version 0.91.0 >> > > It looks possibly like a numpy problem (you have a pretty old version installed) > > >> /usr/lib/python2.3/site-packages/numpy/core/include/numpy/ufuncobject.h:9: >> error: 'intp' has not been declared >> > > Consider first upgrading to the latest numpy. > > JDH > |