<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>Perhaps someone here can help me.  I had worked through the pythonlearn.com exercises and was able to open and work with files in 2.7 by having the file in the same directory as I opened Python.<div><br></div><div>This does not seem to be working in 3.2 for the course I am taking in Coursera from the U of Toronto.</div><div><br></div><div><p style="margin-bottom: 9px; padding: 0px; border: 0px; font-size: 13.333333015441895px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: rgb(64, 64, 64); text-align: justify; background-color: rgb(255, 255, 255); ">>>> FF = "C:\Python32\FF.txt" >>> ff = open(FF, 'r') Traceback (most recent call last): File "<pyshell#74>", line 1, in <module> ff = open(FF, 'r') IOError: [Errno 2] No such file or directory: 'C:\Python32\FF.txt'</p><p
 style="margin-bottom: 9px; padding: 0px; border: 0px; font-size: 13.333333015441895px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: rgb(64, 64, 64); text-align: justify; background-color: rgb(255, 255, 255); ">Where am I going wrong here? Is there a more complete path in Windows that I am not seeing? In a new window I can open this file for editing so I know it is there.</p><p style="margin-bottom: 9px; padding: 0px; border: 0px; font-size: 13.333333015441895px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: rgb(64, 64, 64); text-align: justify; background-color: rgb(255, 255, 255); ">Thank you,</p><p style="margin-bottom: 9px; padding: 0px; border: 0px; font-size: 13.333333015441895px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: rgb(64, 64, 64); text-align: justify; background-color: rgb(255, 255, 255); ">Randy</p><p
 style="margin-bottom: 9px; padding: 0px; border: 0px; font-size: 13.333333015441895px; line-height: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: rgb(64, 64, 64); text-align: justify; background-color: rgb(255, 255, 255); "><br></p></div></td></tr></table>