Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39242 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2013-02-19 16:11 +0000 |
| Last post | 2013-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.
Re: IOerror : need urgent help Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-19 16:11 +0000
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2013-02-19 16:11 +0000 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web