Yesterday when I quickly checked Python in Blender (it had not previousely been working, as you can see herehttps://blenderartists.org/forum/viewtopic.php?p=152857#152857), I thought that all my problems were solved. Apparently not. It seems that the script that I had used to test Python was one of the few that work on my computer. Whenever I run most scripts, I get an error:
ERROR: Python script error, check console.
It always highlights the same thing in one script, but looking at all the scripts at once that I try, they are more or less random. From what I’ve read, they seem to work just fine for other people. Not even the Head Creator works.
I’m running Windows 98 (that’s probably the problem), Blender 2.3, and Python 2.2.
So… if anyone has any idea what’s going on and how to fix it, please tell me. I’m desperate.
Ok, here is what it said for the head maker script:
Using a clean Global Dictionary.
Traceback (most recent call last):
File “hcv03en.py”, line 306, in ?
NameError: name ‘s’ is not defined
Traceback (most recent call last):
File “hcv03en.py”, line 292, in event
NameError: global name ‘QKEY’ is not defined
Here’s what it said for the Human Maker script (which, by the way, I got off this site):
Using a clean Global Dictionary.
Using a clean Global Dictionary.
File “<string>”, line 1
BLENDER_v228REND t··1SRd4_¦N\¦SRscreen|+¦T¦D¦+L
^
SyntaxError: invalid syntax
here’s another error message for the fmv-ed script:
Using a clean Global Dictionary.
File “<string>”, line 1
BLENDER_v225REND ··1SRd+
^
SyntaxError: invalid syntax
There are my examples, please point out whatever it was I did wrong this time .[/quote]
I think you’re right. It looks like it’s the scripts I’m using. The head creator script had a mysterious ‘s’ where a ‘#’ should have been, and that appears to have been the problem. I found some more scripts that I have on this machine, and they seem to have worked, I just need to learn how to use them. If I run into any more problems, though, I will mention them.
This is the header of a *.blend file, you need to open it using File - Open at the top blender menu, not the text editor (the MH script is saved inside the blend file).