I’ve tried blender for quite a few hours now and I’m quite thrilled by it’s capabilities. But unfortunately I get an error message every time I try to do the task for which I needed it in the first place.
When I try to export a model to raw triangles I get the messages:
File ./blender-2.37a-linux-glibc2.2.5-i386-static/.blender/scripts/bpymodules/meshtools.py", line 28, in ?
meshtools.print_boxed(msg)
NameError: name ‘meshtools’ is not defined
I’m using blender 2.37a and Python 2.3. on a Linux (Suse 9.2) machine, PYTHONPATH and PYTHONHOME are set correctly. I have absolutely no experience with Python and am therefore completely at a loss with this.
What the **** can I do ? :-?
Update:
I tested with a WinXP Installation and there is absolutely no problem, even without a full python installation. On the other hand, when testing with another machine (this time Suse 9.3) the same problem described could be reproduced.