I am experiencing an interesting problem


I am using:
Windows 7 Professional
Itunes 10.0.1.22
Calibre 0.7.23
When I click 'Send to Device' to send my ebook to iTunes I receive the following error:
(2, 'No such file or directory')
Traceback (most recent call last):
File "site-packages\calibre\gui2\device.py", line 69, in run
File "site-packages\calibre\gui2\device.py", line 376, in _upload_books
File "site-packages\calibre\devices\apple\driver.py", line 964, in upload_books
File "site-packages\calibre\devices\apple\driver.py", line 1324, in _create_new_book
File "site-packages\calibre\devices\apple\driver.py", line 1893, in _get_device_book_size
File "site-packages\calibre\utils\zipfile.py", line 721, in __init__
IOError: [Errno 2] No such file or directory: u'C:\\Downloads\\Books\\Brandon Sanderson\\The Way of Kings (34)\\The Way of Kings - Brandon Sanderson.epub'
The following is happening:
1. Calibre successfully sends to iTunes
2. The epub, originally located in the directory listed in the error, which was created when I added the book to Calibre, is moved to the author's name sub-directory
3. Error appears and click OK
4. In Calibre, I then click View icon and receive "ERROR: Cannot view: The Way of Kings has no available formats" confirming that Calibre is not aware of the new file location
This occurs for ALL files I 'Send to Device'.
While this isn't critical, it does mess with the library being able to manage the books.
Thanks for any help.