View Single Post
Old 10-07-2020, 02:46 AM   #1
cuser
Member
cuser began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2020
Device: kindle
Calibre 5.2.0 how to Modify or compile python-lib.bypy.frozen

Calibre 5.2.0 how to Modify or compile python-lib.bypy.frozen.
this can modify the pylib.zip file before.
I want to modify in filenames.py:
def delete_originals(self):
import win32file
for path in self.handle_map:
#win32file.DeleteFileW(path)
os.remove(path)
self.close_handles()
cuser is offline   Reply With Quote