On Tue, Jan 21, 2003 at 11:23:12AM -0800, Titus Brown wrote: > assert is turned off on optimization. Not sure that's a good idea. That's the point. assert will give you a nicer error message. When it's disabled you will still get an error (None is not callable and has no _q_exports list). Neil