Re: Regular Text

2007-06-11 Thread Peter Otten
[EMAIL PROTECTED] wrote: > Wow, that is fast. Thanks. > >> In your code, you should use string literals like >> >> my_path = r"C:\Programs\Python\new" >> my_path = "C:\\Programs\\Python\\new" >> >> But you said "a program to retrieve the filepath" - and I understand that >> you dont have a strin

Re: Regular Text

2007-06-11 Thread jaeltong
Wow, that is fast. Thanks. > In your code, you should use string literals like > > my_path = r"C:\Programs\Python\new" > my_path = "C:\\Programs\\Python\\new" > > But you said "a program to retrieve the filepath" - and I understand that > you dont have a string literal, and you compute it somehow.

Re: Regular Text

2007-06-11 Thread Gabriel Genellina
En Mon, 11 Jun 2007 05:53:55 -0300, <[EMAIL PROTECTED]> escribió: > Hallo, > I am new to python. > I wrote a program to retrieve the filepath. eg. C:\Programs\Python\ > and write it in a text file > It works fine until the path contains \t or \n. eg. C:\Programs\Python > \new\. > Because of the re