Re: [Tutor] Open file error

2006-01-18 Thread andy senoaji
Thanks Danny & Alan,your print repr(os.listdir("C:/")) has embarrased myself :(. I found out the file name is Test.txt.txt in my c: drive. I guess I learn something here.Again ThanksAndy On 1/17/06, Danny Yoo <[EMAIL PROTECTED]> wrote: On Tue, 17 Jan 2006, andy senoaji wrote:&

Re: [Tutor] Open file error

2006-01-17 Thread andy senoaji
x27;Now with all the explanations of r, slash, double slash, and backslash, I can't really figure out what's going on. Any hints is much appreciated.Thanks,AndyOn 1/17/06, Python < [EMAIL PROTECTED]> wrote: (replying back to the list also)On Tue, 2006-01-17 at 10:03 -0800, an

[Tutor] Open file error

2006-01-17 Thread andy senoaji
I am starting to pull my hair here. There were some postings in the past, similar to my problem, but the response was not clear enough. Sorry if you thingk I am reposting this.I am trying to run (on an XP box) a simple open file using this: f = open(r'C:\Test.txt', 'r') but it keeps give me naggi