[EMAIL PROTECTED] wrote: > I have a problem. I'm writing a simulation program with a number of > mechanical components represented as objects.
Have you looked at SimPy? This may simplify much of your data structure anguish (probably only need forward refs, without the back refs), plus it will do all the discrete event scheduling for you. -- Paul -- http://mail.python.org/mailman/listinfo/python-list