"Tim Golden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
[Sergey]

>But note that r prefix to the string. Is it possible
>that your string didn't include it? If not, then the
>backslash character which Windows uses as a separator
>can be stolen by Python which sees it as an escaping
>character.

It's ok with backslashes, I don't use r'', but double them so string is correct:
>>> print c
\\?\e:\files\........


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to