Fiber 2.03 prolem. Using Python 2.4.

Hi

i have some problems with the Fiber2.03 script.
First i load the Fiber203.blend file. Now i see a texteditor with the script and a 3dview. So now i click on the textview and press alt-p. A message apears:Python script error, check console. So i take a look into the console.
Here is the text:

Using Python version 2.3 (But i have installed 2.4??)
'import site' failed; use -v for traceback
Traceback (most recent call last):
File "Fiber2GUI.py", line 32 in ?
Fíle "C:\PYTHON24\LIB\os.py", line 133
from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, 
SyntaxError: invalid syntax.

So can you help me?
I’m using the current Blender cvs, Python 2.4, WinXP.
THX

Blender only works with Python 2.3x. Version 2.4 will give errors.

To run Fibre:
https://blenderartists.org/forum/viewtopic.php?t=42626

OK, thanks…