So I did some research and learn that you use the sys module to set the path for 2.5:
import sys
sys.path.append('usr/local/lib/python2.5/site-packages/')
And that would set the path for 2.5 permanently, but if i do the samething for 2.6 or 3.0, it will not work the next time I open the interpreter.
I thought this path was suppose to be set by default. it's not so i'm trying to set it.
help please
thanks