The Python way is:
import sys
#sys.path.append("C:\\pywikipedia\\") #Microsoft Windows
#sys.path.append("/home/deltaquad/pywikipedia/pywikipedia") #Toolserver
And I forget linux off the top of my head, but it's similar, just remove the
first # on the one that applies to you.