On Thu, Sep 1, 2016 at 10:29 AM likage <dissidia....@gmail.com> wrote:

> Also, why is it that sometimes I got this error:
> # Error: 'list' object is not callable
> # Traceback (most recent call last):
> #   File "<maya console>", line 14, in <module>
> #   File "<maya console>", line 3, in test
> # TypeError: 'list' object is not callable #
>
> that is stemming from the list(set(...))?
>
> There are items within my scene and the error does not exists only after I
> remove the list..
>

Seems like a typo in your code. It implies that you are doing something
like:

aList()


> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to python_inside_maya+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/f6fbfc4a-6c40-482e-ba48-58014bb9ba38%40googlegroups.com
> <https://groups.google.com/d/msgid/python_inside_maya/f6fbfc4a-6c40-482e-ba48-58014bb9ba38%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA1YRar3B-J3fWmFAp4%3DbaJet2jnEG4dKsK-9OoP7wPEBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to