I have no Windows, but I think:
Essential errors message: read_windows_registry , WinError 5
My guesses:
* no correct rights to do something with the Windows Registry. So: under which account are you running SAB
* problem with WIndows Registry itself. Corrupt?
FWIW / probably not helpful for you:
Error is from cherrypy/lib/static.py line 22, which is (line 21 and 22):
Code: Select all
if not mimetypes.inited:
mimetypes.init()
That last line is causing the error. I would say that "mimetypes.init()" is quite harmless, so if the causes an error, that's quite bad from your Windows.