Re: terminate called after throwing an instance of 'CABRTException'

2012-10-02 Thread Daniel Fetchinson
quot; for more information. >>>>> def f(): print x >> ... >>>>> f() >> terminate called after throwing an instance of 'CABRTException' >> Traceback (most recent call last): >> File "", line 1, in >> File "

Re: terminate called after throwing an instance of 'CABRTException'

2012-10-02 Thread Peter Otten
nse" for more information. >>>> def f(): print x > ... >>>> f() > terminate called after throwing an instance of 'CABRTException' > Traceback (most recent call last): > File "", line 1, in > File "", line 1, in f > N

terminate called after throwing an instance of 'CABRTException'

2012-10-02 Thread Daniel Fetchinson
I've noticed a strange thing with python lately: Python 2.6.2 (r262:71600, Aug 21 2009, 12:23:57) [GCC 4.4.1 20090818 (Red Hat 4.4.1-6)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> def f(): print x .