On 19/02/2013 15:40, Thomas Calmant wrote:
hiIt seems you forgot to escape the escape character in the file names ('\'): "C:\Users\inshu.chauhan\Desktop\test.arff" => r"C:\Users\inshu.chauhan\Desktop\test.arff" or => "C:\\Users\\inshu.chauhan\\Desktop\\test.arff" ++ Thomas
Yuck :) -- Cheers. Mark Lawrence -- http://mail.python.org/mailman/listinfo/python-list