[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame 1.9 in 3-4 weeks



Hi René,


René Dudfield wrote:
hello,

I'm hoping we can release pygame1.9 in 3-4 weeks.
[snip]


I'd like to finally finish off the pygame.midi stuff (docs and tests)...

If you want to add midi for Python 3.1 then you will have to look at the Pyrex generated pypm.c file. As far as I know Pyrex doesn't yet support Python 3. But Cython does. However Cython might generate differing C files for Python 3.x and 2.x. It may be necessary to have two versions of pypm.c, with the appropriate one selected at build time.

Lenard