about site import when python is installed

I recieve the “import site failed” however I installed python 2.4, the remainder of the error has disapeared, its only site import that remains. I understand this error isnt that important but as I understand some python scrypts use this module? I did create the PYTHONPATH variable however so Im unsure why this small error remains.

useing Blender 2.36 on WinXP Pro SP1 with Python 2.4 installed
PYTHONPATH=C:\Python24\Lib

All official builds use Python 2.3, so Python 2.4 is no good.

Martin

Thanks, I promptly uninstalled 2.4 and download 2.3.4 as sugested and the error is gone. Much apreciated.