[Pyrex] incomplete type

Greg Ewing greg at cosc.canterbury.ac.nz
Fri Oct 24 04:57:26 CEST 2003


> when i execute the play function on windows and press control-c, i'm 
> able to catch the KeyboardInterrupt and everything works correctly.  
> when this i run on linux the warning appears after each control-c that 
> is pressed:
> 
> Exception exceptions.KeyboardInterrupt in 'mpgedit._callback_wrapper' ignored
> 
> the callback_wrapper does have the "except *" so i would have thought that th> e above exception would have been handled correctly.  
> 
> any ideas?

I just fed your code through the Pyrex compiler, and it
doesn't generate any code that could possibly produce
that message.

My best guess is that you have somehow compiled an older
version of the Pyrex file on linux, from before you
added the except *.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg at cosc.canterbury.ac.nz	   +--------------------------------------+




More information about the Pyrex mailing list