WindowsError:[Error 123]
Trying to convert an epub to mobi. My OS is a Korean version of Windows XP. I'm guessing that's where the problem is.
Python function terminated unexpectedly
(123, 'The filename, directory name, or volume label syntax is incorrect') (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\utils\ipc\worker.py", line 99, in main
File "site-packages\calibre\gui2\convert\gui_conversion.py", line 24, in gui_convert
File "site-packages\calibre\ebooks\conversion\plumber.py", line 815, in run
File "site-packages\calibre\customize\conversion.py", line 211, in __call__
File "site-packages\calibre\__init__.py", line 316, in __exit__
WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Documents and Settings\\com\\?? ??'
I assume it's looking for a file that has Korean characters. If that's the case, can you tell me what file it's looking for so I can rename it? Thanks in advance.
|