i searched for similar threads but couldnt find any.
i write python scripts ..but i want to store them in someother folder eg /Desktop/...
the scripts get executed from the unix terminal..however the python intepreter(initialised by typing python in terminal window )is not able to find the files.
i changed the dir search through sys.path.append..but it still doesnt work...i also noticed i have to append this everytime i run the intepreter new..
is there ne way to make a dir addnt permanent.
am i supposed to make changes elsewhere?? WHERE AM I GOING WRONG??
errors:
ImportError: No module named sc.py(i made the necessary changes to run a module as a script)
NameError: name 'sc' is not defined
i have not been able to understNd this "PYTHONPATH" STUFF.
any added suggestions will be valuable
THANK YOU