View Single Post
Old 07-23-2015, 12:07 AM   #1
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
calibre crash on source install

Attempting to run calibre built and "develop"ed from a git checkout (again, thanks for the guidance ), calibre crashes and burns with the following message:

Code:
calibre, version 2.32.1
ERROR: Startup error: There was an error during calibre startup. Parts of calibre may not function. Click Show details to learn more.

Traceback (most recent call last):
  File "/home/eschwartz/git/calibre/src/calibre/gui2/main.py", line 273, in initialize_db_stage2
    self.start_gui(db)
  File "/home/eschwartz/git/calibre/src/calibre/gui2/main.py", line 213, in start_gui
    main.initialize(self.library_path, db, self.listener, self.actions)
  File "/home/eschwartz/git/calibre/src/calibre/gui2/ui.py", line 242, in initialize
    self.jobs_button = JobsButton(horizontal=True, parent=self)
  File "/home/eschwartz/git/calibre/src/calibre/gui2/jobs.py", line 465, in __init__
    self.pi = ProgressIndicator(self, size)
TypeError: QProgressIndicator(): argument 1 has unexpected type 'JobsButton'
Probable cause -- ArchLinux just updated PyQt to 5.5 today.
eschwartz is offline   Reply With Quote