I get the error message : import string - no module named string.
You need complete python to use this kind of script. Download and install
python 2.2.x. if you yet did an installation, control the PYTHONPATH.
Note : this “fix” itself is not complete and not compatble with blender2.28,
use this one instead :
http://www.zoo-logique.org/3D.Blender/scripts_python/obj_io_modif228.py
Thanks but now I get even more errors. I downloaded PYTHON 2.3 & followed instructions, based upon previous posts, for setting the path. Maybe I should have used Python 2.2X ( ? ) :-?
Yes! 2.2.2
%<
Exactly! Blender is compiled with python 2.2 and use a python22.dll .
There is a conflict with “os” python module on win32 systems if you
try to use a complete python 2.3.
Success! Don’t quite understand why a newer python won’t work, but as long as it works, thats what counts.