Trouble importing csv data

Hi Chris,

Rhino uses IronPython which is why you cannot import the csv module. Read here how to create your own reader just by parsing the file and splitting the read lines to obtain the required values for your script.

c.