Re: [Tutor] Seismometer alarm

2015-01-04 Thread Ted
1000ms soundfile = "c:/Windows/Media/Alarms/Alarm.wav" #Song/Track to play(MUST be wav) winsound.PlaySound(soundfile, winsound.SND_FILENAME) -Original Message- From: Dave Angel Sent: Sunday, January 04, 2015 7:35 AM To: tutor@python.org Subject:

Re: [Tutor] Seismometer alarm Python

2015-01-04 Thread Steven D'Aprano
On Sat, Jan 03, 2015 at 10:06:10AM -0700, Ted wrote: > Hi Folks, I have a small python code to write. It has at least three > parts, 1,2 and 3. I think I have 1 and 3 working. > > I do not know how this Tutor@python.org works, but if someone can > email me I can explain my questions. You can

Re: [Tutor] Seismometer alarm

2015-01-04 Thread Steven D'Aprano
On Sun, Jan 04, 2015 at 09:35:55AM -0500, Dave Angel wrote: > On 01/04/2015 08:17 AM, Ted wrote: > >On 03/01/15 19:19, Ted wrote: > >>Alan Thank you so much for the reply, attached is a screenshot of a > >>4.9M earthquake in Challis Idaho, about 150 miles north. > >>this is what I need the alarm f

Re: [Tutor] Seismometer alarm

2015-01-04 Thread Alan Gauld
On 04/01/15 13:17, Ted wrote: On 03/01/15 19:19, Ted wrote: Alan Thank you so much for the reply, No probs, but a few comments further to Dave A's reply. Some folks pay by the byte so please don;t attach large files such as screenshots. Post a link to a web site if you really need to show us

Re: [Tutor] Seismometer alarm

2015-01-04 Thread Dave Angel
On 01/04/2015 08:17 AM, Ted wrote: On 03/01/15 19:19, Ted wrote: Alan Thank you so much for the reply, attached is a screenshot of a 4.9M earthquake in Challis Idaho, about 150 miles north. this is what I need the alarm for. Ted, I don't know what mail program you're using, but you're not do

[Tutor] Seismometer alarm

2015-01-04 Thread Ted
On 03/01/15 19:19, Ted wrote: > Alan Thank you so much for the reply, attached is a screenshot of a > 4.9M earthquake in Challis Idaho, about 150 miles north. > this is what I need the alarm for. > > I am using Python 2.7? and Windows 7. > > 1. Should I reply-all, or ok to you? or either? Repl

Re: [Tutor] Seismometer alarm Python

2015-01-03 Thread Alan Gauld
On 03/01/15 19:19, Ted wrote: Alan Thank you so much for the reply, attached is a screenshot of a 4.9M earthquake in Challis Idaho, about 150 miles north. this is what I need the alarm for. I am using Python 2.7? and Windows 7. 1. Should I reply-all, or ok to you? or either? ReplyAll plea

Re: [Tutor] Seismometer alarm Python

2015-01-03 Thread Alan Gauld
On 03/01/15 17:06, Ted wrote: Hi Folks, I have a small python code to write. It has at least three parts, 1,2 and 3. I think I have 1 and 3 working. I do not know how this Tutor@python.org works, You post questions, the rest of us try to answer them. Please supply Python version, OS and th

[Tutor] Seismometer alarm Python

2015-01-03 Thread Ted
Hi Folks, I have a small python code to write. It has at least three parts, 1,2 and 3. I think I have 1 and 3 working. I do not know how this Tutor@python.org works, but if someone can email me I can explain my questions. I do not wish to get into too much detail, on this first email. Basica