This question may sound noobish for you but I realy need some help.
I’ve downloaded MD3 import/export scripts from http://xreal.sourceforge.net/xrealwiki/BlenderExportMD3
It says “Just copy all those scripts to your Blender scripts/ folder and they should work using the menu.” so i did copy them into .blender/Scripts. I turned on Blender and tried to export that simple cube and I got following error
Traceback (most recent call last):
File “<string>”, line 39, in ?
ImportError: No module named textwrap
i am very new to blender and scripts… but here is what i did to get my scripts working… i installed the python as you did… but i had to direct my blender to the proper location for that python… check out this thread.
Compiled with Python version 2.4.
‘import site’ failed; use -v for traceback
Checking for installed Python… No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.
even after I made that PYTHONPATH thing but scripts works.
Once again, I love You :RocknRoll:
hi, strange no one bothered to pick this up, but for starters, if Blender is compiled with Python 2.4 then you need to install Python 2.4 not 2.5, then the traceback error will vanish.
It may also help with the errors in the script as the function calls won’t work with PY. 2.5 only the version of Python Blender was compiled with. Install Python 2.4, no need on windows to set file paths (Blender finds Python Automatically) , just install & see how you go.
Hope this helps.
M.A.
i have heard that if you start being a python programer you will no more be interested in 3d…well i dont beleive it …
i know it wont help but just an advise.