Re: Floating Exception

2006-11-28 Thread John Machin
Jeremy wrote: > Hi, > > I just changed some previously-working Python program to add a C++ > extension. > > Now, when I call __init__() in a Python class I did not change and with the > same arguments passed, I get the screen message 'Floating exception' and the >

Floating Exception

2006-11-27 Thread Jeremy
Hi, I just changed some previously-working Python program to add a C++ extension. Now, when I call __init__() in a Python class I did not change and with the same arguments passed, I get the screen message 'Floating exception' and the program seems to stop. The exact point of th