Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28462 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2012-09-05 08:52 +0100 |
| Last post | 2012-09-05 05:51 -0700 |
| Articles | 4 — 3 participants |
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: why did the WindowsError occur? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-05 08:52 +0100
Re: why did the WindowsError occur? Ramchandra Apte <maniandram01@gmail.com> - 2012-09-05 05:51 -0700
Re: why did the WindowsError occur? Chris Angelico <rosuav@gmail.com> - 2012-09-05 23:13 +1000
Re: why did the WindowsError occur? Ramchandra Apte <maniandram01@gmail.com> - 2012-09-05 05:51 -0700
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2012-09-05 08:52 +0100 |
| Subject | Re: why did the WindowsError occur? |
| Message-ID | <mailman.218.1346831518.27098.python-list@python.org> |
On 05/09/2012 07:30, Levi Nie wrote: > my code: > import os > os.startfile(r'C:\Program Files\Internet Explorer.exe') > > the error: > os.startfile(r'C:\Program Files\Internet Explorer.exe') > WindowsError: [Error 2] : 'C:\\Program Files\\Internet Explorer.exe' > > > Because you've done something wrong. If you'd like to tell us what you've done to find out where the problem is, we are far more likely to help. Please remember that the rates of pay here are amongst the lowest in the world :) -- Cheers. Mark Lawrence.
[toc] | [next] | [standalone]
| From | Ramchandra Apte <maniandram01@gmail.com> |
|---|---|
| Date | 2012-09-05 05:51 -0700 |
| Message-ID | <ff3aa969-7c13-4172-9fbe-9a6183769a23@googlegroups.com> |
| In reply to | #28462 |
On Wednesday, 5 September 2012 13:21:58 UTC+5:30, Mark Lawrence wrote: > On 05/09/2012 07:30, Levi Nie wrote: > > > my code: > > > import os > > > os.startfile(r'C:\Program Files\Internet Explorer.exe') > > > > > > the error: > > > os.startfile(r'C:\Program Files\Internet Explorer.exe') > > > WindowsError: [Error 2] : 'C:\\Program Files\\Internet Explorer.exe' > > > > > > > > > > > > > Because you've done something wrong. If you'd like to tell us what > > you've done to find out where the problem is, we are far more likely to > > help. Please remember that the rates of pay here are amongst the lowest > > in the world :) I haven't heard anybody in a group paying money to be able to answer a question! So it should be the lowest rates of pay in the world. > > > > -- > > Cheers. > > > > Mark Lawrence.
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2012-09-05 23:13 +1000 |
| Message-ID | <mailman.234.1346850840.27098.python-list@python.org> |
| In reply to | #28481 |
On Wed, Sep 5, 2012 at 10:51 PM, Ramchandra Apte <maniandram01@gmail.com> wrote: > On Wednesday, 5 September 2012 13:21:58 UTC+5:30, Mark Lawrence wrote: >> Because you've done something wrong. If you'd like to tell us what >> you've done to find out where the problem is, we are far more likely to >> help. Please remember that the rates of pay here are amongst the lowest >> in the world :) > > I haven't heard anybody in a group paying money to be able to answer a question! > So it should be the lowest rates of pay in the world. Technically no, but when you consider the number of man-hours that get donated, it's pretty impressive. We may not pay money, but we sure do pay a lot of time. And why? Because the problems are interesting and fun to solve. There's a lot more "replay value" in this list than there is in most video games! ChrisA
[toc] | [prev] | [next] | [standalone]
| From | Ramchandra Apte <maniandram01@gmail.com> |
|---|---|
| Date | 2012-09-05 05:51 -0700 |
| Message-ID | <mailman.230.1346849526.27098.python-list@python.org> |
| In reply to | #28462 |
On Wednesday, 5 September 2012 13:21:58 UTC+5:30, Mark Lawrence wrote: > On 05/09/2012 07:30, Levi Nie wrote: > > > my code: > > > import os > > > os.startfile(r'C:\Program Files\Internet Explorer.exe') > > > > > > the error: > > > os.startfile(r'C:\Program Files\Internet Explorer.exe') > > > WindowsError: [Error 2] : 'C:\\Program Files\\Internet Explorer.exe' > > > > > > > > > > > > > Because you've done something wrong. If you'd like to tell us what > > you've done to find out where the problem is, we are far more likely to > > help. Please remember that the rates of pay here are amongst the lowest > > in the world :) I haven't heard anybody in a group paying money to be able to answer a question! So it should be the lowest rates of pay in the world. > > > > -- > > Cheers. > > > > Mark Lawrence.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web