After consulting with the python guru's on freenode, it turns out that
the problem comes from line 256 in the file:
self._attrs = { }
I don't understand python enough to know why, but they said this is a
recursive call. I don't have a clue as to how to fix it.
--Jim
On Wed, Jul 21, 2010
I think I found the function that's going recursive, but I don't know
why its going recursive. In the module, near line 345, there is:
def __getattr__( self, name ):
"""
Retreive an attribute from the sensor. __getattr__ is called
only if the named item doesn't exist in th
Well, I'm stuck in a predicament where I have to get this code working
by this thurs at 1pm, and my python dev insists the bug is inside
owfs, and therefore is not doing anything else. I'm not proficient in
python yet myself, so I'm having difficulty proving/disproving
anything in this case. So,