Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35382
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-12-22 12:38 -0800 |
| References | <543ec063-14c1-4ca6-a911-ae6f58c22a8c@googlegroups.com> |
| Message-ID | <1388673a-2baf-4ebc-8837-e92b88bfc8da@googlegroups.com> (permalink) |
| Subject | Re: Python, email temperature |
| From | KarlE <ranstam@gmail.com> |
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 want, sending me the CPU temp via Email. > > > > The two programs work very well on their own, but this doesnt work. > > > > this works: server.sendmail(fromaddr, toaddrs, msg) > > but this doesnt: server.sendmail(fromaddr, toaddrs, cpu_temperature) > > > > despite the command "print cputemp" working in the same program. > > > > When i run the program i get the error: > > > > Traceback (most recent call last): > > File "sendcpu.py", line 36, in <module> > > msg = cpu_temperature > > NameError: name 'cpu_temperature' is not defined > > > > Does anyone know why the program claims that cpu_temperature isnt defined, when it is? > > > > Thanx! > > > > //Alexander Typo: "print cputemp" should say "print cpu_temperature"
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python, email temperature Alexander Ranstam <ranstam@gmail.com> - 2012-12-22 12:36 -0800
Re: Python, email temperature KarlE <ranstam@gmail.com> - 2012-12-22 12:38 -0800
Re: Python, email temperature Joel Goldstick <joel.goldstick@gmail.com> - 2012-12-22 15:44 -0500
Re: Python, email temperature KarlE <ranstam@gmail.com> - 2012-12-22 12:54 -0800
Re: Python, email temperature Gary Herron <gary.herron@islandtraining.com> - 2012-12-22 13:12 -0800
Re: Python, email temperature KarlE <ranstam@gmail.com> - 2012-12-22 12:54 -0800
Re: Python, email temperature No One <atsidi@gmail.com> - 2012-12-22 21:53 +0000
Re: Python, email temperature Gary Herron <gary.herron@islandtraining.com> - 2012-12-22 12:45 -0800
Re: Python, email temperature KarlE <ranstam@gmail.com> - 2012-12-22 14:50 -0800
Re: Python, email temperature Chris Angelico <rosuav@gmail.com> - 2012-12-23 10:15 +1100
Re: Python, email temperature KarlE <ranstam@gmail.com> - 2012-12-23 05:46 -0800
Re: Python, email temperature Mitya Sirenef <msirenef@lightbird.net> - 2012-12-23 12:23 -0500
Re: Python, email temperature Dave Angel <d@davea.name> - 2012-12-23 15:34 -0500
Re: Python, email temperature Terry Reedy <tjreedy@udel.edu> - 2012-12-23 19:31 -0500
csiph-web