I have a .zip.mime file and I was wondering how to extract the data located in the in the zip file which is in the .mime file? Using just:
z = zipfile.ZipFile(source_file_path, 'r')
does not yield any result because the file is not technically a .zip file.