View Single Post
Old 07-25-2018, 04:54 PM   #5
AlbertLotito
Junior Member
AlbertLotito began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jul 2018
Device: paperwhite
Smile Access Denied, Error 5 (shutil.py)

After a lot of debugging, it turns out that the solution is absurdly simple.

Ensure that the entire "calibre library" folder tree is not read-only.

In windows:

Calibre Portable\Calibre Library>attrib -r *.* /d /s

In other words: open a cmd prompt.
go to your Calibre Library folder
Type attrib -r *.* /d /s
  • Attrib: Set attributes
  • -r: Turn or Read-only
  • /s: do subfolders
  • /d: Processes directories as well.

Good luck.
AlbertLotito is offline   Reply With Quote