On Fri, Apr 22, 2011 at 11:02 PM, DeltaQuad deltaquad@live.ca wrote:
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.
Thank you DeltaQuad
sys.path.append() helped me to solve the issue, it worked for me.
I was scheduling job with qsub