Pygame

Mensanator mensanator at aol.com
Thu May 7 20:04:05 EDT 2009


On May 7, 6:52 pm, cripplem... at gmail.com wrote:
> I am following this tutorial on python, and it has instructed me to
> download pygame. I am not sure it works with the new version of python
> I am using, as the last version it states on the tutorial is 2.6.

If the module says 2.6, then that's the version you must use.

There's not much point in using 3.x until the 3rd party modules
catch up. Unless said modules are not important to you.

And even that's no guarantee. The sympy module writers just assumed
their code would work in 2.6 without testing it. Turns out they were
seriously wrong and had to scramble to make a bug fix.

>
> It is telling me the module does not exist after I download, and I
> even tried placing it in the python folder, but it still came up with
> a problem.
>
> Any way to fix it, or do I try something else?




More information about the Python-list mailing list