Waguy wrote: > import zipfile > file = zipfile.ZipFile("c:\\chessy.zip", "r")
Use "rb". -- Giovanni Bajo -- http://mail.python.org/mailman/listinfo/python-list
Waguy wrote: > import zipfile > file = zipfile.ZipFile("c:\\chessy.zip", "r")
Use "rb". -- Giovanni Bajo -- http://mail.python.org/mailman/listinfo/python-list