On Wednesday 11 August 2010, Jim Kusznir elucidated thus: > Yep, your file...
Caught that...and felt silly when I did. > Our python guys aren't as good as you :) Thanks for the compliment, but quite frankly I don't consider myself a Python guru. This time around the ability to fix it so "easily" came from the fact that I have hit a similar glitch in the past: defining __setattr__ then trying to use self.some_var = 'val' in setattr...creates an infinite loop, thus the need to use the function of the class from which the class inherits. When we started talking about the bug it sounded a lot like something I had seen before, and it turned out it was. I'm certainly glad I was able to help, though! 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
