apply problems

Jeff Shannon jeff at ccvcorp.com
Wed Jul 18 15:09:18 EDT 2001


Curtis Jensen wrote:

> additional_kwds = {'prob': None, 'datum': None, 'elements':
> <cont_classes.Elements.Elements instance at 103849c0>, 'nodes':
> <cont_classes.Nodes.Nodes instance at 10384750>}
>
> def Elements( self, at, deformed, iact, normal, xi, nelist, nodes,
> elements, *args, **kwds ):

You have an argument of Elements named 'nodes'.  You are also passing in an
additional keyword argument that is *also* named 'nodes'.  Rename either one
of these, and see if the problem goes away...

Jeff Shannon
Technician/Programmer
Credit International





More information about the Python-list mailing list