> Well that *looks* like a normal Python error. Is self.ns iterable? (It
> either needs to be iterable, have a __getitem__ that supports integer
> indexes or have a __contains__ method).
>

Whoops. You're right, there was something wrong with my __contains__
method. None of that explains the first error in my opinion, look at
the offending line of python, but perhaps that is also my fault.
That's a relief!

Thanks!
-Dan
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to