View Single Post
Old 11-26-2012, 09:46 AM   #12
KariK
Member
KariK began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Jul 2011
Device: iPad
Quote:
Originally Posted by DoctorOhh View Post
You could try running the portable version (this is the version I run from my C drive). If that doesn't work you can get more info by starting calibre from the command line using calibre-debug -g at some point it should error.
Ah, problem solved!

Since the calibre-debug was easier to run, I tried it first. I got this:
C:\Program Files (x86)\Calibre2>calibre-debug -g
Starting up...
Traceback (most recent call last):
File "C:\calibre\src\calibre\gui2\main.py", line 260, in initialize
self.initialize_db()
File "C:\calibre\src\calibre\gui2\main.py", line 241, in initialize_db
self.initialize_db_stage2(db, None)
File "C:\calibre\src\calibre\gui2\main.py", line 210, in initialize_db_stage2
self.start_gui(db)
File "C:\calibre\src\calibre\gui2\main.py", line 166, in start_gui
main.initialize(self.library_path, db, self.listener, self.actions)
File "C:\calibre\src\calibre\gui2\ui.py", line 188, in initialize
from calibre.utils.fonts import fontconfig
File "C:\calibre\src\calibre\utils\fonts\__init__.p y", line 16, in <module>
raise RuntimeError('Failed to load fontconfig with error:'+_fc_err)
RuntimeError: Failed to load fontconfig with error:No module named fontconfig
and then it hung the same way as before. Looking at the paths above, I realized it was seeing my old Python source. I renamed the directory, and now I get the GUI window. Thanks to everyone who helped.

One more problem (I hope): how do I specify my library to this new release? It shows only one book, the QuickStart one. I ran the wizard and it looks like somehow it took the empty directory I had specified before to it. I tried to set it back to the real library, but it insists that the directory should be empty! Is there a way around this?
KariK is offline   Reply With Quote