noob question on loading python scripts

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 ?

is python 2.2 installed on your machine
and “pythonpath” set?

blender runs without, but most of the python scripts do not.

i think there is a “sticky” post in this forum for that?

bjornmose

i cant set the pythonpath without administration-privileges … hmm shall ask the admin therefore …

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 think you HAVE to use Python version 2.2.x NOT version 2.3.x. I used to get the same errors, until I switched to Python 2.2.3

that havent solved my problem yet, but maybe i have to restart my computer …

restart have not took any changes …

did you change your path after changin to 2.2?

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 …