Versions of Python

I’m finally getting around to downloading python so that I can use some export scripts. But some of the scripts seem to only work with a certain version of python. Should I just download the latest version, or is there a version that most of the scripts that work with Blender use? Thanks for the help.

The only fully compatible python version is stil 2.0. Besides that the pythonpath must be set correctly. The often mentioned ‘set-pythonpath-in-blender’ method is not enough if a script happens to need a compiled module since this method only sets the python lib directory. So it is better to actually define the PYTHONPATH environment variable.