When i run blender it shows a dos window with these messages:
‘import site’ failed; use -v for traceback
No installed Python found.
Only Built-in modules are available. Some script may not run.
What does it mean?
When i run blender it shows a dos window with these messages:
‘import site’ failed; use -v for traceback
No installed Python found.
Only Built-in modules are available. Some script may not run.
What does it mean?
sigh
it means you haven’t installed python [the correct version or blender cannot find it], some scripts may not work
blender comes with some python modules, but some scripts require a full python install. If you run into an error while attemting to run a script like “ImportError: No module named os” then you’ll need to install the full version.
blender uses python 2.3 and it is availiable for most platforms on python.org
%| read the message
No installed Python found.
You don’t have Python installed.
Only Built-in modules are available. Some script may not run.
Only the modules that are built in to blender are avaliable. Some scripts (which require modules that are only in the full python install) will not run.
As error messages go, it’s rather simple…