Re: This is a mess...

2009-07-16 Thread Terry Reedy
Nick wrote: this is the new oop version, its pretty messy currently, and i do understand it is a simple routine, but i'm using it as an exercise to learn oop python... You neglected to specify Python version. first the (current) traceback: [:~/python]$ python oop_covariance.py b2ar_all_test

Re: This is a mess...

2009-07-16 Thread Nick Craig-Wood
Nick wrote: > this is the new oop version, its pretty messy currently, and i do > understand it is a simple routine, but i'm using it as an exercise to > learn oop python... > > first the (current) traceback: > [:~/python]$ python oop_covariance.py b2ar_all_test b2ar_all_test > > > Trac

Re: This is a mess...

2009-07-16 Thread Piet van Oostrum
> Nick (N) wrote: >N> this is the new oop version, its pretty messy currently, and i do >N> understand it is a simple routine, but i'm using it as an exercise to >N> learn oop python... >N> first the (current) traceback: >N> [:~/python]$ python oop_covariance.py b2ar_all_test b2ar_all_test

Re: This is a mess...

2009-07-16 Thread Nick
this is the new oop version, its pretty messy currently, and i do understand it is a simple routine, but i'm using it as an exercise to learn oop python... first the (current) traceback: [:~/python]$ python oop_covariance.py b2ar_all_test b2ar_all_test Traceback (most recent call last): File

This is a mess...

2009-07-16 Thread Nick
I've been coding python for about a week now, and i'm trying to make an object oriented version of a program i just wrote. in this post is the original program. the next post will include the new programs and the traceback. i'm sure there are many underlying problems, but have been stuck on this