Hello there,
I’ve recently installed Blender 3.2 and am having difficulty exporting. I have set my PYTHONPATH and PYTHONHOME directories to overcome the initial import options however as soon as I attempt to export, blender crashes with a seg fault (output below). I am using a stock install of Mandrake 9.2 and its installation of Python 2.3. I’d be greatful for advice as I know very little of Python.
Thanks,
- VoidRoamer
/usr/lib/python2.3/os.py:282: Warning: ‘yield’ will become a reserved keyword in the future
‘import site’ failed; use -v for traceback
/usr/lib/python2.3/types.py:52: Warning: ‘yield’ will become a reserved keyword in the future
warning: Python C API version mismatch for module math: This Python has API version 1011, module math has version 1012.
Traceback (most recent call last):
File “<string>”, line 23, in ?
File “/usr/local/blender3d/.blender/scripts/mod_meshtools.py”, line 17, in ?
import random, operator
File “/usr/lib/python2.3/random.py”, line 42, in ?
from math import log as _log, exp as _exp, pi as _pi, e as _e
File “/usr/lib/python2.3/warnings.py”, line 6, in ?
import sys, types
File “/usr/lib/python2.3/types.py”, line 52
yield 1
^
SyntaxError: invalid syntax
Segmentation fault