[Numpy-discussion] at my wits end over an error message...

2008-08-30 Thread Alan Jackson
I been beating myself up over this bit of code for far too long now - I know I must be missing something really simple, but what is it? TYPICALLY_UINT_COLUMNS = ['Track', 'Bin', 'code', 'horizon'] .. dtypes = [ ] for i in range(0, len(self.var_list)) : if TYPICALLY_

Re: [Numpy-discussion] at my wits end over an error message...

2008-08-30 Thread Zachary Pincus
Hi Alan, > Traceback (most recent call last): > File "/usr/local/lib/python2.5/site-packages/enthought.traits-2.0.4- > py2.5-linux-i686.egg/enthought/traits/trait_notifiers.py", line 325, > in call_1 >self.handler( object ) > File "TrimMapl_1.py", line 98, in _Run_fired >outdata = np.

Re: [Numpy-discussion] at my wits end over an error message...

2008-08-30 Thread Alan Jackson
Thanks. I'm still struggling with learning the idiom. Too much perl to unlearn. 8-) On Sat, 30 Aug 2008 23:10:10 -0400 Zachary Pincus <[EMAIL PROTECTED]> wrote: > Hi Alan, > > > Traceback (most recent call last): > > File "/usr/local/lib/python2.5/site-packages/enthought.traits-2.0.4- > > py2.

Re: [Numpy-discussion] at my wits end over an error message...

2008-09-03 Thread Robert Kern
On Sat, Aug 30, 2008 at 22:10, Zachary Pincus <[EMAIL PROTECTED]> wrote: > Hi Alan, > >> Traceback (most recent call last): >> File "/usr/local/lib/python2.5/site-packages/enthought.traits-2.0.4- >> py2.5-linux-i686.egg/enthought/traits/trait_notifiers.py", line 325, >> in call_1 >>self.handle