On Monday 16 August 2010, Norman Elliott elucidated thus: > with a simple python script which just reads the value stored in the > 1-wire/21.B5FB22000000/temperature file. > > I want to set up various tasks such as a python program to tell the > ibutton to autonomously log the temperature and the another python > > program to then read the values back from it. > > I have been looking at a few programs but keep running into the > problem that > > import ow > > stops everything because the module cannot be found. I have searched > for hours but cannot find it plus a few others.
If you just want to read values from the directory tree, you do not need to import the 'ow' module. That said, how did you install the owfs software? When I compiled, I included the --enable-owpython argument to configure. That configured, and installed the ow module, if I remember correctly. j -- Joshua J. Kugler - Fairbanks, Alaska Azariah Enterprises - Programming and Website Design [email protected] - Jabber: [email protected] PGP Key: http://pgp.mit.edu/ ID 0x73B13B6A ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
