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?
Please give the actual full text of the error message (and traceback
if possible).
Please explain precisely which folder you mean by "the python folder".
Cheers,
Chris
--
http://blog.rebertia.com
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.
what module? Copy & paste the error message into your query, and you're
likely to get useful response. Also copy & paste the command you're
issuing to cause this error message.
> does not exist after I download,
Then your download manager is complaining about a missing module?
> and I
> even tried placing it in the python folder,
which "python folder". Be specific. Do you mean the folder that
contains Python.exe? And just what are you "placing" there?
> but it still came up with
> a problem.
>
A new problem? Be specific.
> Any way to fix it, or do I try something else?
>
>
Wild guess - maybe it's complaining about a missing SDL module. PyGame
is dependent on SDL, as far as I can tell.
Also, see http://www.pygame.org/download.shtml If you're on Windows,
PyGame has different versions for different versions of Python. This
page recommends Python 2.5.4. And there isn't a version for Python 3.0