Which Python version does P3D use?

What version of Python does Panda 3D use? And do the versiona of P3D have any effect on whick Python version you use?

On Windows, Panda3D 1.8 ships with and is compiled against Python 2.7. You cannot use any other Python version unless you go and compile Panda3D from source.

On Mac OS X, Panda3D 1.8 is compiled against Python 2.5. On Linux platforms, it is compiled against whatever the default Python version is for the respective distribution.

Thanks for answering!