1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

line and line()

Posted by Alexey Golev on Jul 17, 2009

When I use a loop like

for line in txt:
and somewhere in this loop I want to draw a line with line().
it gives me
TypeError: 'str' object is not callable
Is that i'm stupid or there is a rule I don't know.
Either way I really need to know it. Please help.
Thanks in advance


 
Posted by Josh Caswell on Jul 19, 2009

See this post just a little further down in the forum.