This is probably a noob questions since I don’t even know if I installed Python correctly, but…
Ever time I run a script I get this error in the console:
237
D:\PROGRA~1\BLENDE~1\Blender\blender.exe
D ....
debug paths : FILENAME D:\Program Files\Blender Foundation\Blender\.blender\mon
key3.blend
os.sep \
paths control : k0, ['D:', 'Program Files', 'Blender Foundation', 'Blender', '.b
lender', 'monkey3.blend']
paths control : k0[-1] , monkey3.blend
paths control : ls , D:\Program Files\Blender Foundation\Blender\.blender\
debug paths : FILEDIR D:\Program Files\Blender Foundation\Blender\.blender\
debug paths : BPYDATA D:\Program Files\Blender Foundation\Blender\.blender\scri
pts\bpydata
Traceback (most recent call last):
File "<string>", line 314, in ?
File "<string>", line 1, in ?
ImportError: No module named povanim237_02
I get this one too:
warning: hex/oct constants > sys.maxint will return positive values in Python 2.
4 and up
Traceback (most recent call last):
File "<string>", line 56, in ?
File "C:\Python24\Lib\os.py", line 133
from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "<string>", line 60, in ?
File "C:\Python24\Lib\os.py", line 133
from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
^
SyntaxError: invalid syntax
What’s wrong? It doesn’t seem to matter which script I try to run.