1 Feb 01:08
Re: matplotlib, ipython and ubuntu
Hello Fernando, >> <type 'exceptions.AttributeError'>: 'module' object has no attribute >> 'ArrayType' >> >> maybe some of the IPython power users can give me a hint why this >> happes. [1] > > Very strange. I can't reproduce it here (on gutsy, but running > ipython from my own tree). What's odd is this: > > In [1]: import Numeric > > In [2]: print Numeric.ArrayType > <type 'array'> > > > So Numeric *most definitely* has an ArrayType member. Try doing the > same as I did, also showing us whether you started ipython with -pylab > or not. There may be something odd about your Numeric installation. > Also do this: > > In [3]: Numeric? > Type: module > Base Class: <type 'module'> > Namespace: Interactive > File: /usr/lib/python2.5/site-packages/Numeric/Numeric.py > > [etc] >(Continue reading)
RSS Feed