[Sergey] | "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\........
Not to state the obvious, but can you cut-and-paste that long string (the one starting with \\?\e:\...) from the Python interpreter into the [S]tart [R]un [O]pen field to see what comes up? I'm just trying to make sure of the most straightforward fact: that the file you've got there definitely does exist! TJG ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ -- http://mail.python.org/mailman/listinfo/python-list