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
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
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
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
4 matches
Mail list logo