Quote:
Originally Posted by kovidgoyal
open a command prompt and run this command
calibre-debug -c "from win32com.client.gencache import Rebuild; Rebuild(True)"
hopefully that will rebuild the dicts.dat file for you correctly
|
Ok. I typed it just as you did. Did not work. Still getting the python error message. Here is what showed up.
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
c:\Program Files\Calibre2>calibre-debug -c "from win32com.client.gencache import
Rebuild; Rebuild(True)"
Python function terminated unexpectedly
(Error Code: 1)
Traceback (most recent call last):
File "site.py", line 103, in main
File "site.py", line 85, in run_entry_point
File "site-packages\calibre\debug.py", line 168, in main
File "<string>", line 1, in <module>
File "site-packages\win32com\client\__init__.py", line 11, in <module>
File "site-packages\win32com\client\gencache.py", line 662, in <module>
File "site-packages\win32com\client\gencache.py", line 56, in __init__
File "site-packages\win32com\client\gencache.py", line 109, in _LoadDicts
EOFError
c:\Program Files\Calibre2>
Carol