Re: [Owfs-developers] python bug (owfs + python 2.6)

2010-07-21 Thread Jim Kusznir
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

Re: [Owfs-developers] python bug (owfs + python 2.6)

2010-07-21 Thread Jim Kusznir
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

Re: [Owfs-developers] python bug (owfs + python 2.6)

2010-07-21 Thread Jim Kusznir
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,