Two-dimensional array tutorial?

Robert Kern robert.kern at gmail.com
Wed Oct 22 10:35:38 EDT 2008


Martin Schneider wrote:
> Diez B. Roggisch schrieb:
>> Can't you just get Numpy (or it's predecessors, Numeric) compiled against
>> ptyhon2.2?
> 
> I tried Numeric, but e.g. it doesn't seem to feature transpose...

Yes, it does. Numeric.transpose()

> How do I compile Numpy against python2.2? :-)

You cannot. The first version of numpy required Python >= 2.3.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list