I'm still having trouble with calling a text file and I know its so simple here is the code<br>----------------------------------------------------<br>work = open('C:\Documents and Settings\Administrator\My Documents\Chris\Python\Python\work.txt', 'r')<br>
for line in work.txt:<br>    print line<br>-----------------------------------------------------<br>Ok so I know that the directory is right cause I'm not a complete idiot but I keep getting an error? What am I missing here?<br>
-Chris-