Python - ZipFile' object has no attribute 'seek'
问题 got a problem with my code here. I am trying to get a script working that can make an ePub file. They are compressed zip files that are deflated (i.e. without compression) and have to be done in order. This current script will create a .zip but it is unusable a creates errors both in Python Shell and on the Terminal app when running the zip -t command. The error in question is as follows on the Python shell: Traceback (most recent call last): File "/Users/Hal/Documents/GitHub/Damore-essay