sorry.

hello. i hope someone can help me, i think this is only a small problem.
i cannot get scripts to work, the recent vector script in blender news, one that generates a landscape and now this one, audio analysis, http://www.davidjarvis.ca/blender/tools/audio-analysis.shtml
it appears in the list of scripts, under misc, as t should but i just get “Warning in Console”.
this is what appears in the console:

Compiled with Python version 2.5.
Checking for installed Python… got it!
Traceback (most recent call last):
File “<string>”, line 44, in <module>
File “C:\Documents and Settings\jane\Desktop\Blender Foundation\Blender.blend
er\scripts\IpoPlotter.py”, line 1, in <module>
import sys, random, string, Blender
File “C:\PYTHON24\LIB\random.py”, line 42, in <module>
from warnings import warn as _warn
File “C:\PYTHON24\LIB\warnings.py”, line 258, in <module>
simplefilter(“ignore”, category=OverflowWarning, append=1)
NameError: name ‘OverflowWarning’ is not defined

what, apart from not understanding something, am i doig wrong?

please and thankyou.

One thing, your Blender version was compiled with Python 2.5.x but your full python install is only 2.4.x. Upgrade your python install to match Blender’s.


http://www.digital-air.co.uk/

that did it, thankyou.

Good to hear it worked. It’s easy to miss that Blender tells you at start up which python version it’s using.

Also worth noting that you can install different versions of Python alongside each other so you can still run older versions of Blender.


http://www.digital-air.co.uk/