Blender 2.5 python build + FBX export

As my modelling skills improve, my googleing skills fall.
I’ve been having some problems with 2.5.4’s FBX export script. More specifically, it fails to export anything that is scaled anything else than 1.0 (in the export prefs, not the object scale). At first I thought that this was a python error, but after failing to find any information on the version of Python 2.5.4 is compiled with (seriously, what is it?), I’m beginning to question my sanity. :spin:
Any help would be great before I go completely insane from this interesting bug.

I tried the .fbx export for build 31829 and it all failed with the message:

Traceback (most recent call last):
File “F:\PROGRA~1\BLENDE~2\2.53\scripts\op\io_scene_fbx_init_.py”, line 89,
in execute
return io_scene_fbx.export_fbx.save(self, context, GLOBAL_MATRIX=GLOBAL_MATRIX, **self.properties)
TypeError: save() got an unexpected keyword argument ‘TX_SCALE’

I also get a simular error if I unselect the option for HQ Normals.

So, it’s not just you.

aljo