Re: Python, email temperature

2012-12-23 Thread KarlE
On Saturday, December 22, 2012 9:36:41 PM UTC+1, KarlE wrote: Hi! Im totally new to Python, and im using it on my Raspberry pi. I found a program that sends an email, and one that checks the temperature of my CPU, but i cant seem to combine the to into the funktion that i want, sending

Re: Python, email temperature

2012-12-23 Thread Mitya Sirenef
On 12/23/2012 08:46 AM, KarlE wrote: On Saturday, December 22, 2012 9:36:41 PM UTC+1, KarlE wrote: Hi! Im totally new to Python, and im using it on my Raspberry pi. I found a program that sends an email, and one that checks the temperature of my CPU, but i cant seem to combine the to into

Re: Python, email temperature

2012-12-23 Thread Dave Angel
On 12/23/2012 08:46 AM, KarlE wrote: On Saturday, December 22, 2012 9:36:41 PM UTC+1, KarlE wrote: Hi! Im totally new to Python, and im using it on my Raspberry pi. I found a program that sends an email, and one that checks the temperature of my CPU, but i cant seem to combine the to

Re: Python, email temperature

2012-12-23 Thread Terry Reedy
On 12/23/2012 12:23 PM, Mitya Sirenef wrote: On 12/23/2012 08:46 AM, KarlE wrote: On Saturday, December 22, 2012 9:36:41 PM UTC+1, KarlE wrote: from __future__ import division Depending on the linux installed, you should be able to run 3.2 or 3.3 instead of 2.7. Though there are still 2.x

Python, email temperature

2012-12-22 Thread Alexander Ranstam
Hi! Im totally new to Python, and im using it on my Raspberry pi. I found a program that sends an email, and one that checks the temperature of my CPU, but i cant seem to combine the to into the funktion that i want, sending me the CPU temp via Email. The two programs work very well on their

Re: Python, email temperature

2012-12-22 Thread KarlE
On Saturday, December 22, 2012 9:36:41 PM UTC+1, Alexander Ranstam wrote: Hi! Im totally new to Python, and im using it on my Raspberry pi. I found a program that sends an email, and one that checks the temperature of my CPU, but i cant seem to combine the to into the funktion that i

Re: Python, email temperature

2012-12-22 Thread Joel Goldstick
On Sat, Dec 22, 2012 at 3:36 PM, Alexander Ranstam rans...@gmail.comwrote: Hi! Im totally new to Python, and im using it on my Raspberry pi. I found a program that sends an email, and one that checks the temperature of my CPU, but i cant seem to combine the to into the funktion that i want,

Re: Python, email temperature

2012-12-22 Thread Gary Herron
On 12/22/2012 12:36 PM, Alexander Ranstam wrote: Hi! Im totally new to Python, and im using it on my Raspberry pi. I found a program that sends an email, and one that checks the temperature of my CPU, but i cant seem to combine the to into the funktion that i want, sending me the CPU temp

Re: Python, email temperature

2012-12-22 Thread KarlE
On Saturday, December 22, 2012 9:44:39 PM UTC+1, Joel Goldstick wrote: On Sat, Dec 22, 2012 at 3:36 PM, Alexander Ranstam ran...@gmail.com wrote: Hi! Im totally new to Python, and im using it on my Raspberry pi. I found a program that sends an email, and one that checks the

Re: Python, email temperature

2012-12-22 Thread Gary Herron
On 12/22/2012 12:54 PM, KarlE wrote: On Saturday, December 22, 2012 9:44:39 PM UTC+1, Joel Goldstick wrote: On Sat, Dec 22, 2012 at 3:36 PM, Alexander Ranstam ran...@gmail.com wrote: Hi! Im totally new to Python, and im using it on my Raspberry pi. I found a program that sends an email,

Re: Python, email temperature

2012-12-22 Thread No One
On 2012-12-22, KarlE rans...@gmail.com wrote: On Saturday, December 22, 2012 9:44:39 PM UTC+1, Joel Goldstick wrote: On Sat, Dec 22, 2012 at 3:36 PM, Alexander Ranstam ran...@gmail.com wrote: Hi! Im totally new to Python, and im using it on my Raspberry pi. I found a program that

Re: Python, email temperature

2012-12-22 Thread KarlE
On Saturday, December 22, 2012 9:36:41 PM UTC+1, KarlE wrote: Hi! Im totally new to Python, and im using it on my Raspberry pi. I found a program that sends an email, and one that checks the temperature of my CPU, but i cant seem to combine the to into the funktion that i want, sending

Re: Python, email temperature

2012-12-22 Thread Chris Angelico
On Sun, Dec 23, 2012 at 9:50 AM, KarlE rans...@gmail.com wrote: Thanx for the help! After reading your comments i am starting to suspect that i lack basic knowledge of Python programming. I will try to do some reading and undertand what i got my self into! That happens :) Python has rules