Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 07-14-2014, 09:12 AM   #91
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
The startup crash, looks like a crash in the splash screen, it doesn't happen on first startup as the splash screen is not shown on first run.

The shutdown crash appears to be related to the virtualbox video drivers.

I dont see much I can do about either crash. If you wish to run calibre on the Mint 15 Vm, edit gui.json in the calibre config directory to disable the splash screen.
kovidgoyal is offline   Reply With Quote
Old 07-14-2014, 09:18 AM   #92
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,082
Karma: 8796704
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Running Linux Mint 17 Cinnamon 64 bit I get this waring with calibre debug:

Code:
calibre-debug -g
calibre 1.201.2  isfrozen: True is64bit: True
Linux-3.13.0-24-generic-x86_64-with-debian-jessie-sid Linux ('64bit', 'ELF')
('Linux', '3.13.0-24-generic', '#46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014')
Python 2.7.8
Linux: ('debian', 'jessie/sid', '')
Successfully initialized third party plugins: DeDRM && Baen && EpubSplit && Modify ePub
Starting up...
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
Started up in 4.57 seconds with 100 books
Know bug in libpng 1.6.2-3 https://bugs.launchpad.net/widelands/+bug/1195724.
Will try the fix later today and let you know the results.

Do not get this error with calibre 1.44.0.


Using the installer:
sudo rm -rf /opt/calibre/* && sudo tar xvjf /path/to/downloaded/calibre-1.201.2-x86_64.txz -C /opt/calibre
I get this error:
Code:
sudo rm -rf /opt/calibre/* && sudo tar xvjf /home/****/calibre-1.201.2-x86_64.txz -C /opt/calibre
[sudo] password for ****: 
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Change it to sudo rm -rf /opt/calibre/* && sudo tar xvf /home/****/calibre-1.201.2-x86_64.txz -C /opt/calibre works.

With a little more testing will probably change over to using calibre 1.2.xxx for my main calibre.

bernie
gbm is offline   Reply With Quote
Advert
Old 07-14-2014, 09:21 AM   #93
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@gbm: That fix will not work, that warning comes from png files bundled with qt in the qt dlls. You have to wait for Digia to fix them. https://bugreports.qt-project.org/browse/QTBUG-39788

I have changed the tar command, thanks for the pointer.

Last edited by kovidgoyal; 07-14-2014 at 09:26 AM.
kovidgoyal is offline   Reply With Quote
Old 07-14-2014, 09:35 AM   #94
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,549
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by kovidgoyal View Post
The startup crash, looks like a crash in the splash screen, it doesn't happen on first startup as the splash screen is not shown on first run.

The shutdown crash appears to be related to the virtualbox video drivers.

I dont see much I can do about either crash. If you wish to run calibre on the Mint 15 Vm, edit gui.json in the calibre config directory to disable the splash screen.
It looks like the startup crash is related to the virtualbox video driver, as well. Updating virtualbox and the Guest Additions (including the video driver) didn't fix the issue, but it DID give me a few more debug options (LIBGL_DEBUG=verbose), which gave the following when launching calibre:
Code:
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
I agree there's not much sense in pursuing splash-screen issues with a virtual video driver--especially when disabling the splash-screen is easy enough to do. And works! Both the closing and the opening segfaults go away. I should have noticed that the splash screen was the difference between setup and regular launch. Easiest solution is to remember to disable the splash-screen in the gui preferences before closing after that initial setup.

Thanks for the help!

Last edited by DiapDealer; 07-14-2014 at 09:40 AM.
DiapDealer is offline   Reply With Quote
Old 07-14-2014, 09:43 AM   #95
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,082
Karma: 8796704
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by kovidgoyal View Post
@gbm: That fix will not work, that warning comes from png files bundled with qt in the qt dlls. You have to wait for Digia to fix them. https://bugreports.qt-project.org/browse/QTBUG-39788

I have changed the tar command, thanks for the pointer.
Thanks, will not worry to much about the bug.

bernie[
gbm is offline   Reply With Quote
Advert
Old 07-14-2014, 05:03 PM   #96
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,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Whenever I activate a dropdown toolbar icon and drag the mouse down to exit it, it remains highlighted until I rollover it with the mouse again.

Looks kinda weird, especially when I get every single icon to look like that.
Attached Thumbnails
Click image for larger version

Name:	calibre-toolbar-qt5.png
Views:	355
Size:	42.3 KB
ID:	125362  
eschwartz is offline   Reply With Quote
Old 07-14-2014, 10:51 PM   #97
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
https://bugreports.qt-project.org/browse/QTBUG-40233
kovidgoyal is offline   Reply With Quote
Old 07-14-2014, 11:29 PM   #98
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,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by kovidgoyal View Post
Reported upstream, got it. So we wait for them to fix it.

eschwartz is offline   Reply With Quote
Old 07-15-2014, 01:08 AM   #99
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
And here is a workaround for the Qt bug: https://github.com/kovidgoyal/calibr...7872db6849feb7
kovidgoyal is offline   Reply With Quote
Old 07-15-2014, 01:32 AM   #100
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,233
Karma: 11768331
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
Quote:
Originally Posted by kovidgoyal View Post
And here is a workaround for the Qt bug: https://github.com/kovidgoyal/calibr...7872db6849feb7
Quite graphic
Terisa de morgan is offline   Reply With Quote
Old 07-15-2014, 02:30 AM   #101
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,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
When I click on an AZW3 in Book details, instead of opening, I get the following error (from the debug log):

Code:
Traceback (most recent call last):
  File "site.py", line 48, in main
  File "/home/eschwartz/git/calibre/src/calibre/utils/ipc/worker.py", line 189, in main
    func, notification = get_func(name)
  File "/home/eschwartz/git/calibre/src/calibre/utils/ipc/worker.py", line 144, in get_func
    module = importlib.import_module(module)
  File "importlib/__init__.py", line 37, in import_module
  File "/home/eschwartz/git/calibre/src/calibre/gui2/viewer/main.py", line 15, in <module>
    from calibre.gui2.viewer.main_ui import Ui_EbookViewer
  File "/home/eschwartz/git/calibre/src/calibre/gui2/viewer/main_ui.py", line 229, in <module>
    from QtWebKit.QWebView import QWebView
ImportError: No module named QtWebKit.QWebView
calibre 1.201.2* (latest source).
eschwartz is offline   Reply With Quote
Old 07-15-2014, 02:32 AM   #102
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,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
^^ Error goes away when I restart with CALIBRE_DEVELOP_FROM="" -- book opens.
eschwartz is offline   Reply With Quote
Old 07-15-2014, 02:33 AM   #103
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You appear to be switching your source between master and qt5, if you do that you have to delete all *_ui.py so that they can be automatically rebuilt on next run. I do that automatically via git checkout hook: https://github.com/kovidgoyal/calibr...eckout_hook.py
kovidgoyal is offline   Reply With Quote
Old 07-15-2014, 09:57 AM   #104
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,422
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
OK, I tried that (with hook for conveniences' sake):

Still doesn't work.

Code:
[eschwartz@arch ~/git/calibre]$ less .git/hooks/post-checkout
#!/usr/bin/env python2

import os

i = 0
for dirpath, dirnames, filenames in os.walk('.'):
    for f in filenames:
        if f.endswith('_ui.py'):
            compiled_ui = os.path.join(dirpath, f)
            print "Removing form '%s'" % compiled_ui
            os.remove(compiled_ui)
            i+=1

print "Removed %s forms." % i 
[eschwartz@arch ~/git/calibre]$ git checkout qt5 
Already on 'qt5'
Your branch is up-to-date with 'origin/qt5'.
Removing form './src/calibre/gui2/filename_pattern_ui.py'
Removing form './src/calibre/gui2/shortcuts_ui.py'
Removing form './src/calibre/gui2/device_drivers/configwidget_ui.py'
Removing form './src/calibre/gui2/viewer/config_ui.py'
Removing form './src/calibre/gui2/viewer/bookmarkmanager_ui.py'
Removing form './src/calibre/gui2/viewer/main_ui.py'
Removing form './src/calibre/gui2/convert/metadata_ui.py'
Removing form './src/calibre/gui2/convert/xexp_edit_ui.py'
Removing form './src/calibre/gui2/convert/heuristics_ui.py'
Removing form './src/calibre/gui2/convert/pmlz_output_ui.py'
Removing form './src/calibre/gui2/convert/rtf_input_ui.py'
Removing form './src/calibre/gui2/convert/font_key_ui.py'
Removing form './src/calibre/gui2/convert/structure_detection_ui.py'
Removing form './src/calibre/gui2/convert/regex_builder_ui.py'
Removing form './src/calibre/gui2/convert/txt_input_ui.py'
Removing form './src/calibre/gui2/convert/htmlz_output_ui.py'
Removing form './src/calibre/gui2/convert/fb2_input_ui.py'
Removing form './src/calibre/gui2/convert/search_and_replace_ui.py'
Removing form './src/calibre/gui2/convert/page_setup_ui.py'
Removing form './src/calibre/gui2/convert/pdf_input_ui.py'
Removing form './src/calibre/gui2/convert/txt_output_ui.py'
Removing form './src/calibre/gui2/convert/fb2_output_ui.py'
Removing form './src/calibre/gui2/convert/azw3_output_ui.py'
Removing form './src/calibre/gui2/convert/single_ui.py'
Removing form './src/calibre/gui2/convert/debug_ui.py'
Removing form './src/calibre/gui2/convert/mobi_output_ui.py'
Removing form './src/calibre/gui2/convert/snb_output_ui.py'
Removing form './src/calibre/gui2/convert/docx_input_ui.py'
Removing form './src/calibre/gui2/convert/rb_output_ui.py'
Removing form './src/calibre/gui2/convert/pdb_output_ui.py'
Removing form './src/calibre/gui2/convert/epub_output_ui.py'
Removing form './src/calibre/gui2/convert/toc_ui.py'
Removing form './src/calibre/gui2/convert/lrf_output_ui.py'
Removing form './src/calibre/gui2/convert/xpath_wizard_ui.py'
Removing form './src/calibre/gui2/convert/comic_input_ui.py'
Removing form './src/calibre/gui2/convert/pdf_output_ui.py'
Removing form './src/calibre/gui2/convert/look_and_feel_ui.py'
Removing form './src/calibre/gui2/preferences/search_ui.py'
Removing form './src/calibre/gui2/preferences/conversion_ui.py'
Removing form './src/calibre/gui2/preferences/sending_ui.py'
Removing form './src/calibre/gui2/preferences/saving_ui.py'
Removing form './src/calibre/gui2/preferences/plugboard_ui.py'
Removing form './src/calibre/gui2/preferences/adding_ui.py'
Removing form './src/calibre/gui2/preferences/create_custom_column_ui.py'
Removing form './src/calibre/gui2/preferences/behavior_ui.py'
Removing form './src/calibre/gui2/preferences/columns_ui.py'
Removing form './src/calibre/gui2/preferences/look_feel_ui.py'
Removing form './src/calibre/gui2/preferences/save_template_ui.py'
Removing form './src/calibre/gui2/preferences/metadata_sources_ui.py'
Removing form './src/calibre/gui2/preferences/plugins_ui.py'
Removing form './src/calibre/gui2/preferences/template_functions_ui.py'
Removing form './src/calibre/gui2/preferences/server_ui.py'
Removing form './src/calibre/gui2/preferences/tweaks_ui.py'
Removing form './src/calibre/gui2/preferences/toolbar_ui.py'
Removing form './src/calibre/gui2/preferences/misc_ui.py'
Removing form './src/calibre/gui2/preferences/email_ui.py'
Removing form './src/calibre/gui2/add_wizard/welcome_ui.py'
Removing form './src/calibre/gui2/add_wizard/scan_ui.py'
Removing form './src/calibre/gui2/catalog/catalog_epub_mobi_ui.py'
Removing form './src/calibre/gui2/catalog/catalog_csv_xml_ui.py'
Removing form './src/calibre/gui2/catalog/catalog_bibtex_ui.py'
Removing form './src/calibre/gui2/catalog/catalog_tab_template_ui.py'
Removing form './src/calibre/gui2/store/basic_config_widget_ui.py'
Removing form './src/calibre/gui2/store/web_store_dialog_ui.py'
Removing form './src/calibre/gui2/store/stores/mobileread/store_dialog_ui.py'
Removing form './src/calibre/gui2/store/stores/mobileread/adv_search_builder_ui.py'
Removing form './src/calibre/gui2/store/stores/mobileread/cache_progress_dialog_ui.py'
Removing form './src/calibre/gui2/store/config/chooser/adv_search_builder_ui.py'
Removing form './src/calibre/gui2/store/config/chooser/chooser_widget_ui.py'
Removing form './src/calibre/gui2/store/config/search/search_widget_ui.py'
Removing form './src/calibre/gui2/store/search/search_ui.py'
Removing form './src/calibre/gui2/store/search/adv_search_builder_ui.py'
Removing form './src/calibre/gui2/lrf_renderer/config_ui.py'
Removing form './src/calibre/gui2/lrf_renderer/main_ui.py'
Removing form './src/calibre/gui2/wizard/device_ui.py'
Removing form './src/calibre/gui2/wizard/kindle_ui.py'
Removing form './src/calibre/gui2/wizard/library_ui.py'
Removing form './src/calibre/gui2/wizard/finish_ui.py'
Removing form './src/calibre/gui2/wizard/stanza_ui.py'
Removing form './src/calibre/gui2/wizard/send_email_ui.py'
Removing form './src/calibre/gui2/dialogs/message_box_ui.py'
Removing form './src/calibre/gui2/dialogs/choose_library_ui.py'
Removing form './src/calibre/gui2/dialogs/confirm_delete_ui.py'
Removing form './src/calibre/gui2/dialogs/search_ui.py'
Removing form './src/calibre/gui2/dialogs/choose_format_device_ui.py'
Removing form './src/calibre/gui2/dialogs/smartdevice_ui.py'
Removing form './src/calibre/gui2/dialogs/delete_matching_from_device_ui.py'
Removing form './src/calibre/gui2/dialogs/device_category_editor_ui.py'
Removing form './src/calibre/gui2/dialogs/progress_ui.py'
Removing form './src/calibre/gui2/dialogs/choose_format_ui.py'
Removing form './src/calibre/gui2/dialogs/edit_authors_dialog_ui.py'
Removing form './src/calibre/gui2/dialogs/test_email_ui.py'
Removing form './src/calibre/gui2/dialogs/tag_editor_ui.py'
Removing form './src/calibre/gui2/dialogs/tag_categories_ui.py'
Removing form './src/calibre/gui2/dialogs/job_view_ui.py'
Removing form './src/calibre/gui2/dialogs/comments_dialog_ui.py'
Removing form './src/calibre/gui2/dialogs/match_books_ui.py'
Removing form './src/calibre/gui2/dialogs/add_from_isbn_ui.py'
Removing form './src/calibre/gui2/dialogs/user_profiles_ui.py'
Removing form './src/calibre/gui2/dialogs/password_ui.py'
Removing form './src/calibre/gui2/dialogs/conversion_error_ui.py'
Removing form './src/calibre/gui2/dialogs/saved_search_editor_ui.py'
Removing form './src/calibre/gui2/dialogs/search_item_ui.py'
Removing form './src/calibre/gui2/dialogs/scheduler_ui.py'
Removing form './src/calibre/gui2/dialogs/quickview_ui.py'
Removing form './src/calibre/gui2/dialogs/tag_list_editor_ui.py'
Removing form './src/calibre/gui2/dialogs/drm_error_ui.py'
Removing form './src/calibre/gui2/dialogs/comicconf_ui.py'
Removing form './src/calibre/gui2/dialogs/metadata_bulk_ui.py'
Removing form './src/calibre/gui2/dialogs/template_dialog_ui.py'
Removing form './src/calibre/gui2/dialogs/jobs_ui.py'
Removing form './src/calibre/gui2/dialogs/catalog_ui.py'
Removing form './src/calibre/gui2/dialogs/confirm_delete_location_ui.py'
Removed 113 forms.
[eschwartz@arch ~/git/calibre]$ calibre-debug -g >> /tmp/calibre-debug-$USER.log 2>&1
And the log:
Code:
Starting calibre at Tue Jul 15 09:39:30 EDT 2014.



	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/shortcuts.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/filename_pattern.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/device_drivers/configwidget.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/viewer/main.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/viewer/bookmarkmanager.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/viewer/config.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/lrf_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/heuristics.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/regex_builder.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/txt_input.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/snb_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/look_and_feel.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/single.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/rb_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/pdf_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/pdf_input.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/page_setup.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/mobi_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/metadata.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/search_and_replace.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/comic_input.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/fb2_input.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/debug.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/docx_input.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/azw3_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/fb2_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/toc.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/xpath_wizard.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/xexp_edit.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/epub_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/pmlz_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/font_key.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/pdb_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/rtf_input.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/htmlz_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/txt_output.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/convert/structure_detection.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/metadata_sources.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/saving.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/server.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/email.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/tweaks.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/columns.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/search.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/adding.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/look_feel.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/sending.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/create_custom_column.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/toolbar.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/plugins.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/conversion.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/plugboard.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/behavior.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/template_functions.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/misc.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/preferences/save_template.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/add_wizard/welcome.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/add_wizard/scan.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/catalog/catalog_bibtex.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/catalog/catalog_tab_template.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/catalog/catalog_epub_mobi.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/catalog/catalog_csv_xml.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/store/basic_config_widget.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/store/web_store_dialog.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/store/stores/mobileread/adv_search_builder.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/store/stores/mobileread/cache_progress_dialog.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/store/stores/mobileread/store_dialog.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/store/config/chooser/chooser_widget.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/store/config/chooser/adv_search_builder.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/store/config/search/search_widget.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/store/search/adv_search_builder.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/store/search/search.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/lrf_renderer/main.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/lrf_renderer/config.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/wizard/kindle.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/wizard/finish.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/wizard/device.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/wizard/stanza.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/wizard/library.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/wizard/send_email.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/job_view.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/conversion_error.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/choose_format.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/jobs.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/tag_editor.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/choose_library.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/edit_authors_dialog.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/scheduler.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/search.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/match_books.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/choose_format_device.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/template_dialog.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/confirm_delete.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/smartdevice.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/metadata_bulk.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/confirm_delete_location.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/progress.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/password.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/user_profiles.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/tag_categories.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/tag_list_editor.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/message_box.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/device_category_editor.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/catalog.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/quickview.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/saved_search_editor.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/drm_error.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/comicconf.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/test_email.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/comments_dialog.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/search_item.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/delete_matching_from_device.ui
	Compiling form /home/eschwartz/git/calibre/src/calibre/gui2/dialogs/add_from_isbn.ui
Compiled 113 forms
calibre 1.201.2*  isfrozen: True is64bit: False
Linux-3.14.6-1-ARCH-i686-with-glibc2.0 Linux ('32bit', 'ELF')
('Linux', '3.14.6-1-ARCH', '#1 SMP PREEMPT Sun Jun 8 10:57:49 CEST 2014')
Python 2.7.8
Linux: ('', '', '')
Successfully initialized third party plugins: DeDRM && Kindle Collections && Open With && Quality Check && KindleUnpack - The Plugin && Overdrive Link && Goodreads Sync && Annotations && Modify ePub
Starting up...
Traceback (most recent call last):
  File "/home/eschwartz/git/calibre/src/calibre/gui2/ui.py", line 163, in __init__
    ac = self.init_iaction(action)
  File "/home/eschwartz/git/calibre/src/calibre/gui2/ui.py", line 177, in init_iaction
    ac = action.load_actual_plugin(self)
  File "/home/eschwartz/git/calibre/src/calibre/customize/__init__.py", line 573, in load_actual_plugin
    ac = getattr(importlib.import_module(mod), cls)(gui,
  File "importlib/__init__.py", line 37, in import_module
  File "/home/eschwartz/git/calibre/src/calibre/customize/zipplugin.py", line 179, in load_module
    exec compiled in mod.__dict__
  File "calibre_plugins.kindle_collections.ui", line 11, in <module>
ImportError: No module named PyQt4.Qt
Traceback (most recent call last):
  File "/home/eschwartz/git/calibre/src/calibre/gui2/ui.py", line 163, in __init__
    ac = self.init_iaction(action)
  File "/home/eschwartz/git/calibre/src/calibre/gui2/ui.py", line 177, in init_iaction
    ac = action.load_actual_plugin(self)
  File "/home/eschwartz/git/calibre/src/calibre/customize/__init__.py", line 573, in load_actual_plugin
    ac = getattr(importlib.import_module(mod), cls)(gui,
  File "importlib/__init__.py", line 37, in import_module
  File "/home/eschwartz/git/calibre/src/calibre/customize/zipplugin.py", line 179, in load_module
    exec compiled in mod.__dict__
  File "calibre_plugins.kindleunpack_plugin.extraction", line 21, in <module>
ImportError: No module named PyQt4.Qt
Traceback (most recent call last):
  File "/home/eschwartz/git/calibre/src/calibre/gui2/ui.py", line 163, in __init__
    ac = self.init_iaction(action)
  File "/home/eschwartz/git/calibre/src/calibre/gui2/ui.py", line 177, in init_iaction
    ac = action.load_actual_plugin(self)
  File "/home/eschwartz/git/calibre/src/calibre/customize/__init__.py", line 573, in load_actual_plugin
    ac = getattr(importlib.import_module(mod), cls)(gui,
  File "importlib/__init__.py", line 37, in import_module
  File "/home/eschwartz/git/calibre/src/calibre/customize/zipplugin.py", line 179, in load_module
    exec compiled in mod.__dict__
  File "calibre_plugins.goodreads_sync.action", line 12, in <module>
ImportError: No module named PyQt4.Qt
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
Started up in 10.98 seconds with 913 books
Worker Launch took: 0.203143835068
Traceback (most recent call last):
  File "site.py", line 48, in main
  File "/home/eschwartz/git/calibre/src/calibre/utils/ipc/worker.py", line 189, in main
    func, notification = get_func(name)
  File "/home/eschwartz/git/calibre/src/calibre/utils/ipc/worker.py", line 144, in get_func
    module = importlib.import_module(module)
  File "importlib/__init__.py", line 37, in import_module
  File "/home/eschwartz/git/calibre/src/calibre/gui2/viewer/main.py", line 15, in <module>
    from calibre.gui2.viewer.main_ui import Ui_EbookViewer
  File "/home/eschwartz/git/calibre/src/calibre/gui2/viewer/main_ui.py", line 229, in <module>
    from QtWebKit.QWebView import QWebView
ImportError: No module named QtWebKit.QWebView
eschwartz is offline   Reply With Quote
Old 07-15-2014, 11:14 AM   #105
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,858
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Post main_ui.py
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
calibre-plugins.com: A resource for plugin developers GRiker Development 2 11-19-2014 03:52 PM
Thank you to Calibre Developers Happy_Reader Calibre 1 12-17-2013 10:18 PM
Thanks Calibre Developers! TechniSol Kobo Reader 3 11-19-2012 08:34 PM
Calibre in a Python 3.2 world, attn: Kovid Kevin McAleavey Calibre 8 01-09-2012 05:49 PM
What device do most calibre developers use? barium Calibre 5 01-05-2011 07:23 AM


All times are GMT -4. The time now is 10:53 AM.


MobileRead.com is a privately owned, operated and funded community.