new to python. Just started a rigging class that is starting to get into scripting. I found a practice for python and I am having trouble with an error.
import maya.cmds as cmds stockPath = "C:\Users\Dryan\Desktop\table.csv" f = open(stockPath) data = f.read() f.close() print data This is the error I get.
> # Error: line 1: IOError: file <maya console> line 4: 22 # Again this is just a practice to get the file of number to print in the script editor. Thank you for any help.
\tis a tab character.