yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #28677
Re: [Question #703959]: globals
Question #703959 on Yade changed:
https://answers.launchpad.net/yade/+question/703959
Status: Open => Answered
Jan Stránský proposed the following answer:
Hello,
> When I run my code I am getting following error.
> Can anyone help me to solve these three errors?
Yes, of course.
But first please provide a MWE [1]
E.g. for this kind of error, a MWE could be:
###
a = [1,2,3]
a()
###
> What does 'TypeError: 'list' object is not callable' means?
It means what it says. List object is not callable.
> How to solve that?
Do not call a list
Cheers
Jan
[1] https://www.yade-dem.org/wiki/Howtoask
--
You received this question notification because your team yade-users is
an answer contact for Yade.