Thanks. read() did not work when I opened the file with: f = open(someFilePath)
But after changing to f = open(someFilePath, "rb") the read() works fine. VJ -- http://mail.python.org/mailman/listinfo/python-list
Thanks. read() did not work when I opened the file with: f = open(someFilePath)
But after changing to f = open(someFilePath, "rb") the read() works fine. VJ -- http://mail.python.org/mailman/listinfo/python-list