2009-05-17から1日間の記事一覧

初めての

■初めての python script ■test.py #!/usr/bin/python import thermosensor t=thermosensor.thermosensor() for key in t.show_keys_array(): print key + " : " + t.status(key)■thermosensor.py #!/usr/bin/python import urllib2 import sys class thermo…