Possible Duplicate:
Importing Python modules from different working directory
I want to import a file that is on the following directory:
E:\edX\cs6.00x\week6\ProblemSet6
I was trying:
import 'E:\edX\cs6.00x\week6\ProblemSet6\ps6'
where ps6.py is the file i wanted imported in the IDLE, but it complains about a sintax error in the last ‘, how can I fix that?
You can
and then simply