I am new to Python scripting in rhino and for now following a simple tutorial from ThinkParametric. I have understood the basic of it. but the problem I am facing to use a for loop withing Ghpython component. I have tried writing a simple loop in other GHpython component and it runs totally ok. but somehow here it gives an error: Runtime error (ArgumentTypeException): list is not callable Traceback:
_ line 33, in script_
here in line 33 the for loop starts. I am attaching the files here. if you could please have a look and suggest some solution.
I honestly don’t think I have understand your solution. I am i guess not capable of understanding that. for some reason I never could run a For Loop inside the GHPython Node with other script pieces existing. So what I did finally was to use a While Loop to do the job for the For loop and it solved the issue. Will it be possible for you to see the GH file for once?