View Single Post
Old 06-13-2010, 10:33 AM   #105
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Just updated source about 5 minutes ago. Running Vista, it fails to start. Calibre-debug -g messages below. It shows the initial flash screen, that disappears, then nothing. Task manager says it's running with a few parallel processes. Dropping back to the binary 7.2 works, as does source from 2 days ago.
Code:
Starting up...
link  hasn't been detected!
link  hasn't been detected!
Traceback (most recent call last):
  File "C:\Util\Calibre2\src\src\calibre\gui2\main.py", line 249, in initialize
    self.initialize_db()
  File "C:\Util\Calibre2\src\src\calibre\gui2\main.py", line 229, in initialize_
db
    self.initialize_db_stage2(db, None)
  File "C:\Util\Calibre2\src\src\calibre\gui2\main.py", line 198, in initialize_
db_stage2
    self.start_gui()
  File "C:\Util\Calibre2\src\src\calibre\gui2\main.py", line 153, in start_gui
    main.initialize(self.library_path, self.db, self.listener, self.actions)
  File "C:\Util\Calibre2\src\src\calibre\gui2\ui.py", line 133, in initialize
    LayoutMixin.__init__(self)
  File "C:\Util\Calibre2\src\src\calibre\gui2\init.py", line 363, in __init__
    from calibre.gui2.status import StatusBar
  File "C:\Util\Calibre2\src\src\calibre\gui2\status.py", line 17, in <module>
    from calibre.gui2.book_details import render_rows
ImportError: No module named book_details
Ticket #5819

Last edited by Starson17; 06-13-2010 at 10:38 AM.
Starson17 is offline   Reply With Quote