<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18854"></HEAD>
<BODY>
<DIV><SPAN class=031074416-21122009><FONT size=2 face=Arial>I use the following
code:</FONT></SPAN></DIV>
<DIV><SPAN class=031074416-21122009><FONT size=2 face=Arial>fileobject =
open("e:\\Ray Holts Documents\\Word Documents\\1850 Warren MS Jenkins",
'y')</FONT></SPAN></DIV>
<DIV><SPAN class=031074416-21122009><FONT size=2 face=Arial>line =
fileobject.readline()</FONT></SPAN></DIV>
<DIV><SPAN class=031074416-21122009><FONT size=2
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=031074416-21122009><FONT size=2 face=Arial>I get the following
error message:Traceback (most recent call last):<BR> File
"C:/Python26/Reading_and_Writing_Files", line 5, in
<module><BR> fileobject = open("E:\\Ray Holts
Documents\Word Documents\\1850 Warren MS Jenkins", 'r')<BR>IOError: [Errno 2] No
such file or directory: 'E:\\Ray Holts Documents\\Word Documents\\1850 Warren MS
Jenkins'<BR></FONT></SPAN><SPAN class=031074416-21122009><FONT size=2
face=Arial><SPAN lang=EN></SPAN></FONT></SPAN></DIV>
<DIV><SPAN class=031074416-21122009><FONT size=2 face=Arial><SPAN lang=EN>I know
the file exists because I opened it in MS Word. Can someone help me? Thanks, Ray
Holt</DIV></SPAN></FONT></SPAN></BODY></HTML>