[Tutor] Re: Could I have used time or datetime modules here?

Kent Johnson kent37 at tds.net
Sat Dec 11 17:03:55 CET 2004


Liam Clarke wrote:
> As far as I know, you'll either have to - run Python 2.3 or - run
> Python 2.3 until they release a new version of Pygame,

Yes, any Python addon that uses .pyd or .dll files has to be recompiled for Python2.4. Pygame has 
many .pyd files so you have to use Python 2.3.

Here is a thread on comp.lang.python that explains why...
http://tinyurl.com/659mk

Kent


More information about the Tutor mailing list