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.