Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #39242 > unrolled thread

Re: IOerror : need urgent help

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2013-02-19 16:11 +0000
Last post2013-02-19 16:11 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: IOerror : need urgent help Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-19 16:11 +0000

#39242 — Re: IOerror : need urgent help

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-02-19 16:11 +0000
SubjectRe: IOerror : need urgent help
Message-ID<mailman.2040.1361290150.2939.python-list@python.org>
On 19/02/2013 15:40, Thomas Calmant wrote:
> hi
>
> It seems you forgot to escape the escape character in the file names ('\'):
> "C:\Users\inshu.chauhan\Desktop\test.arff"
> => r"C:\Users\inshu.chauhan\Desktop\test.arff"
> or
> => "C:\\Users\\inshu.chauhan\\Desktop\\test.arff"
>
> ++
> Thomas
>

Yuck :)

-- 
Cheers.

Mark Lawrence

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web