View Single Post
Old 07-08-2018, 01:48 AM   #3
Bertrand
Zealot
Bertrand began at the beginning.
 
Posts: 124
Karma: 10
Join Date: Dec 2008
Location: France
Device: None
Thanks, but when prompted for a path, I keep getting an error about the syntax.

Code:
> calibre-debug --export-all-calibre-data
Enter path to an empty folder (all exported data will be saved inside it): c:\test
I tried different variations, c:/test, "c:\test" etc but no luck.

Code:
Python function terminated unexpectedly
  [Error 123] La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte: u'c:\\test\r' (Error Code: 1)
Traceback (most recent call last):
  File "site.py", line 101, in main
  File "site.py", line 78, in run_entry_point
  File "site-packages\calibre\debug.py", line 325, in main
  File "site-packages\calibre\utils\exim.py", line 391, in run_exporter
  File "os.py", line 157, in makedirs
WindowsError: [Error 123] La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte: u'c:\\test\r'
Bertrand is offline   Reply With Quote