Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-02-02 Thread mark florisson
On 1 February 2012 18:50, Robert Bradshaw wrote: > On Tue, Jan 31, 2012 at 8:30 AM, mark florisson > wrote: >> On 31 January 2012 02:12, Robert Bradshaw >> wrote: >>> On Fri, Jan 27, 2012 at 1:01 PM, Stefan Behnel wrote: Dag Sverre Seljebotn, 27.01.2012 21:03: > On 01/27/2012 05:58 PM

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-02-01 Thread Robert Bradshaw
On Tue, Jan 31, 2012 at 8:30 AM, mark florisson wrote: > On 31 January 2012 02:12, Robert Bradshaw > wrote: >> On Fri, Jan 27, 2012 at 1:01 PM, Stefan Behnel wrote: >>> Dag Sverre Seljebotn, 27.01.2012 21:03: On 01/27/2012 05:58 PM, Stefan Behnel wrote: > mark florisson, 27.01.2012 17:

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-31 Thread Stefan Behnel
mark florisson, 31.01.2012 17:30: > Only except * and except ? have ever made some sense to me. Except + > is the most mysterious syntax ever, imho it should have been 'except > cpperror' or something. And when you try to search for "except +" or > "except *" etc on docs.cython.org it doesn't find

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-31 Thread Dag Sverre Seljebotn
On 01/31/2012 05:30 PM, mark florisson wrote: On 31 January 2012 02:12, Robert Bradshaw wrote: On Fri, Jan 27, 2012 at 1:01 PM, Stefan Behnel wrote: Dag Sverre Seljebotn, 27.01.2012 21:03: the need to explicitly declare "except *" keeps coming up again and again, and is really a blemish on t

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-31 Thread mark florisson
On 31 January 2012 02:12, Robert Bradshaw wrote: > On Fri, Jan 27, 2012 at 1:01 PM, Stefan Behnel wrote: >> Dag Sverre Seljebotn, 27.01.2012 21:03: >>> On 01/27/2012 05:58 PM, Stefan Behnel wrote: mark florisson, 27.01.2012 17:30: > On 27 January 2012 16:22, mark florisson   > wrote:

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-30 Thread Robert Bradshaw
On Fri, Jan 27, 2012 at 1:01 PM, Stefan Behnel wrote: > Dag Sverre Seljebotn, 27.01.2012 21:03: >> On 01/27/2012 05:58 PM, Stefan Behnel wrote: >>> mark florisson, 27.01.2012 17:30: On 27 January 2012 16:22, mark florisson  wrote: > On 27 January 2012 15:47, Simon King  wrote: >> Hi a

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread mark florisson
On 27 January 2012 21:01, Stefan Behnel wrote: > Dag Sverre Seljebotn, 27.01.2012 21:03: >> On 01/27/2012 05:58 PM, Stefan Behnel wrote: >>> mark florisson, 27.01.2012 17:30: On 27 January 2012 16:22, mark florisson  wrote: > On 27 January 2012 15:47, Simon King  wrote: >> Hi all, >>>

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread Stefan Behnel
Dag Sverre Seljebotn, 27.01.2012 21:03: > On 01/27/2012 05:58 PM, Stefan Behnel wrote: >> mark florisson, 27.01.2012 17:30: >>> On 27 January 2012 16:22, mark florisson wrote: On 27 January 2012 15:47, Simon King wrote: > Hi all, > > I am still *very* frustrated about the fact th

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread mark florisson
On 27 January 2012 20:03, Dag Sverre Seljebotn wrote: > On 01/27/2012 05:58 PM, Stefan Behnel wrote: >> >> mark florisson, 27.01.2012 17:30: >>> >>> On 27 January 2012 16:22, mark florisson >>>  wrote: On 27 January 2012 15:47, Simon King  wrote: > > Hi all, > > I am stil

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread Dag Sverre Seljebotn
On 01/27/2012 05:58 PM, Stefan Behnel wrote: mark florisson, 27.01.2012 17:30: On 27 January 2012 16:22, mark florisson wrote: On 27 January 2012 15:47, Simon King wrote: Hi all, I am still *very* frustrated about the fact that Cython does not tell where the error occurs. Since about one we

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread Stefan Behnel
mark florisson, 27.01.2012 17:30: > On 27 January 2012 16:22, mark florisson wrote: >> On 27 January 2012 15:47, Simon King wrote: >>> Hi all, >>> >>> I am still *very* frustrated about the fact that Cython does not tell >>> where the error occurs. Since about one week, I am adding lots and >>> l

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-27 Thread mark florisson
On 27 January 2012 16:22, mark florisson wrote: > On 27 January 2012 15:47, Simon King wrote: >> Hi all, >> >> I am still *very* frustrated about the fact that Cython does not tell >> where the error occurs. Since about one week, I am adding lots and >> lots of lines into Sage that write a log in