hi all,
i tried many python scripts, by loading them into the text editor and run them, but only the obj_improt_export-script runs properly, all other scripts gets errors in a "line (beginning with “import” everyone).
is the reason, because i use blender3d 2.3 or that i installed python without administration privileges?
but why runs then the obj-script ?
well pythonpath is now set, but i am getting still errors:
in the dos-prompt it says:
‘import site’ failed; use -v for traceback (when loading the script)
ImportError: cannot import name Texture (when running a script, in other scripts its of course a other variable-name)
i overwrite the newer version, the directory is so the same, ic hecked it, when i start python in this directory, it starts 2.2 not 2.3, so the overwriting prozess was successfully …