Re: problem with "\"

2011-09-13 Thread Jonatas Emidio de Souza
Shawn!!! that's truth os.sep works!! Thank A lot! 2011/9/13 Jonatas Emidio de Souza > Hello Karen! > Yes, but i'm alread sent to anothers python groups! This is for find answer > more fast! > Thanks for your atention and this another python group! > > > 2011/9/13

Re: problem with "\"

2011-09-13 Thread Jonatas Emidio de Souza
Hello Karen! Yes, but i'm alread sent to anothers python groups! This is for find answer more fast! Thanks for your atention and this another python group! 2011/9/13 Karen Tracey > On Tue, Sep 13, 2011 at 4:52 PM, Jonatas Emidio > wrote: > >> First of all, so i'm s

Re: problem with "\"

2011-09-13 Thread Jonatas Emidio
Thanks!! i tried but it's not working very well.. look... This code: import os a = 'a\b\c\d' print a.split(os.sep) Show me this messagem: ['a\x08','c','d'] My problem: I need to avoid or change some comands with "\" On 13 set, 17:57, Shawn Milochik wrote: > Better to use os.sep. -- You re

problem with "\"

2011-09-13 Thread Jonatas Emidio
First of all, so i'm sorry because i'm a python begginer and this is not a django project. I have a script.py that needs to use windows directories! How can i use split('\')? exemple: word = 'a\b\c\d' list_w = word.split('\') Thanks for any assistance! -- You received this message because y