Thanks.
My original approach was to use a list as it seemed to lend itself to that. But
as I referred back to the code I was adapting from I ended up using that
example with a Tuple. I may look at changing it again, but for now I need the
thing to work asap.
--
On 09-03-2015 21:25, Oscar Benjamin wrote:
On 9 March 2015 at 18:09, Markos wrote:
I installed numpy in Debian (6.0) with the command:
apt-get install python-numpy
I just find that this package is exclusively for python 2.5 and 2.6
The idle3 use Python 3.1.3.
How to install numpy for Pyt