On Mon, Nov 3, 2008 at 8:37 PM, Jerry Hill <[EMAIL PROTECTED]> wrote:

> Beyond what Bob says about being careful of the escape character ('\')
> and the need to either double it up in a string literal or use a raw
> string, are you sure that path is right?  Usually a drive letter is
> followed by a backslash in windows.  That is, "C:\Users\Chris" rather
> than "C:Users\Chris".


And just FYI, you can use forward slashes, even in windows:

In [50]: cd D:/Program\ Files/
D:\Program Files

HTH,
Wayne
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to