Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 07-16-2022, 05:46 AM   #256
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,767
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by theducks View Post
Did that a while back. Even did a reinstall when I did not find it.

Just update my Laptop (rarely used now I am retired for real)to Calibre6:
It has the correct icon
BUT does not have any RCC files in appdata (any place)
Then it'll be using the default in the install location, this is mine:

Click image for larger version

Name:	Screenshot 2022-07-16 194233.jpg
Views:	528
Size:	66.3 KB
ID:	195042Click image for larger version

Name:	Screenshot 2022-07-16 194438.jpg
Views:	246
Size:	63.8 KB
ID:	195043

BR
BetterRed is offline  
Old 07-16-2022, 07:51 AM   #257
tutubein
Junior Member
tutubein began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2022
Device: kindle 2nd gen
DeDRM issue with Calibre v.6

Hello,
is any of you having issue adding DeDRM plugin 10.03 to Calibre 6, running on Windows 10?

I get this error:

calibre, version 6.0.0

ERRORE: Eccezione non gestita: <b>InvalidPlugin</b>:The plugin in 'C:\\Users\\sgrav\\Downloads\\DeDRM_tools_10.0.3.z ip' is invalid. It does not contain a top-level __init__.py file

calibre 6.0 embedded-python: True
Windows-10-10.0.19044 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19044')
Python 3.10.1
Windows: ('10', '10.0.19044', '', 'Multiprocessor Free')
Interface language: it
Successfully initialized third party plugins: LCPL Input (0, 0, 5)
Traceback (most recent call last):
File "calibre\gui2\preferences\plugins.py", line 325, in add_plugin
File "calibre\customize\ui.py", line 476, in add_plugin
File "calibre\customize\ui.py", line 64, in load_plugin
File "calibre\customize\zipplugin.py", line 295, in load
File "calibre\customize\zipplugin.py", line 390, in _locate_code
calibre.customize.InvalidPlugin: The plugin in 'C:\\Users\\sgrav\\Downloads\\DeDRM_tools_10.0.3.z ip' is invalid. It does not contain a top-level __init__.py file

Let me know if you need additional details.

Any help will be very much appreciated.

Thanks
tutubein is offline  
Advert
Old 07-16-2022, 07:55 AM   #258
igorius
Zealot
igorius began at the beginning.
 
Posts: 123
Karma: 34
Join Date: Jun 2015
Device: ipad & inkpad X
Upgraded to calibre 6.1 on MacOS Big Sur - Still no ebook edit nor view!
Debug output is:
Code:
calibre 6.1  embedded-python: True
macOS-11.6.7-x86_64-i386-64bit Darwin ('64bit', '')
('Darwin', '20.6.0', 'Darwin Kernel Version 20.6.0: Tue Apr 19 21:04:45 PDT 2022; root:xnu-7195.141.29~1/RELEASE_X86_64')
Python 3.10.1
OSX: ('11.6.7', ('', '', ''), 'x86_64')
Interface language: de
Initialized urlfixer
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (1, 49, 0) && DeDRM (10, 0, 3) && Package KFX (from KFX Input) (1, 49, 0) && Amazon.com Multiple Countries (1, 0, 0) && BOL_DE (0, 9, 2) && Clean Metadata (0, 0, 6) && Consolidate All Library Metadata (2, 0, 42) && DNB_DE (3, 1, 7) && Extract ISBN (1, 5, 1) && Find Duplicates (1, 9, 5) && KFX metadata reader (from KFX Input) (1, 49, 0) && KFX Input (1, 49, 0) && KindleUnpack - The Plugin (0, 83, 1) && KyBook3 Sync (1, 0, 12) && Last Modified (0, 8, 2) && Manage Series (1, 3, 0) && Modify ePub (1, 7, 3) && MultiColumnSearch (1, 0, 89) && Open With (1, 7, 1) && Quality Check (1, 12, 0) && Reading List (1, 12, 0) && Reformat plugin (2, 4, 0) && SF-Leihbuch (1, 0, 0) && Search The Internet (1, 8, 1) && Standard Ebooks (1, 0, 0) && Wikidata (2, 0, 0) && Wikidata gui (2, 0, 0)
qt.core.plugin.loader: In /Applications/- Externe/calibre.app/Contents/PlugIns/platformthemes/libqxdgdesktopportal.dylib:
  Plugin uses incompatible Qt library (5.15.0) [release]
QPA platform: cocoa
devicePixelRatio: 1.0
logicalDpi: 72.0 x 72.0
physicalDpi: 109.00000163701577 x 109.00000163701577
Using calibre Qt style: True
[0.00] Starting up...
[0.02] Initializing db...
[0.29] db initialized
[0.29] Constructing main UI...
Initializing wikidata gui preferences
Traceback (most recent call last):
  File "calibre_plugins.wikidata_gui.common_utils", line 14, in <module>
    from PyQt5.Qt import (Qt, QIcon, QPixmap, QLabel, QDialog, QHBoxLayout,
ImportError: cannot import name 'QRegExpValidator' from 'qt.core' (/Applications/- Externe/calibre.app/Contents/Frameworks/plugins/python-lib.bypy.frozen/qt/core.pyc)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "calibre/gui2/ui.py", line 135, in __init__
  File "calibre/gui2/ui.py", line 153, in init_iaction
  File "calibre/customize/__init__.py", line 624, in load_actual_plugin
  File "importlib/__init__.py", line 126, in import_module
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "calibre/customize/zipplugin.py", line 203, in exec_module
  File "calibre_plugins.wikidata_gui.ui", line 22, in <module>
    from calibre_plugins.wikidata_gui.importbooks import ImportBooks
  File "calibre/customize/zipplugin.py", line 203, in exec_module
  File "calibre_plugins.wikidata_gui.importbooks", line 11, in <module>
    from calibre_plugins.wikidata_gui.dictdicttable import StatusModel
  File "calibre/customize/zipplugin.py", line 203, in exec_module
  File "calibre_plugins.wikidata_gui.dictdicttable", line 12, in <module>
    from calibre_plugins.wikidata_gui.common_utils import get_icon
  File "calibre/customize/zipplugin.py", line 203, in exec_module
  File "calibre_plugins.wikidata_gui.common_utils", line 20, in <module>
    from PyQt4 import QtGui
ModuleNotFoundError: No module named 'PyQt4'
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
CALM: initialization_complete............
[0] un-optimized number of undesirable characters accumulated:  756
[1] optimized number of undesirable characters accumulated:  596
MCS has finished initialization...
/Volumes/Schrank/Bücherei/noi/Bücher is not a valid directory to watch for new ebooks, ignoring
[2.37] main UI initialized...
[2.37] Started up in 2.37 seconds with 6382 books
Starting QuickView
SMART_DEV (   0.00:  0.001) _attach_to_port try ip address "" on port 9090
SMART_DEV (   0.95:  0.808) _startup_on_demand listening on port 9090
SMART_DEV (   0.98:  0.000) _attach_to_port try ip address "" on port 54982
SMART_DEV (   1.00:  0.000) _startup_on_demand broadcast socket listening on port 54982
SMART_DEV (   2.02:  1.002) run All IP addresses {'lo0': [{'addr': '127.0.0.1', 'netmask': '255.0.0.0', 'peer': '127.0.0.1'}], 'en0': [{'addr': '10.112.35.3', 'netmask': '255.255.255.192', 'broadcast': '10.112.35.63'}]}
Worker Launch took: 0.01 seconds
Initialized urlfixer
qt.core.plugin.loader: In /Applications/- Externe/calibre.app/Contents/PlugIns/platformthemes/libqxdgdesktopportal.dylib:
  Plugin uses incompatible Qt library (5.15.0) [release]
Could not find QtWebEngineProcess
Worker Launch took: 0.01 seconds
Initialized urlfixer
qt.core.plugin.loader: In /Applications/- Externe/calibre.app/Contents/PlugIns/platformthemes/libqxdgdesktopportal.dylib:
  Plugin uses incompatible Qt library (5.15.0) [release]
Could not find QtWebEngineProcess
Hope that helps!
igorius is offline  
Old 07-16-2022, 08:10 AM   #259
georgemk
Addict
georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.
 
Posts: 243
Karma: 291844
Join Date: Oct 2019
Device: Kobo Nia
@igorius You have a plug-in "wikidata gui" which is not Calibre 6 compliant so need to disable that at least. You might want to report it in the Plug-in support thread for "wikidata gui" too, showing the debug above. If you start Calibre with all plugiins disabled, does the issue go away?
georgemk is offline  
Old 07-16-2022, 08:23 AM   #260
igorius
Zealot
igorius began at the beginning.
 
Posts: 123
Karma: 34
Join Date: Jun 2015
Device: ipad & inkpad X
Ah, disabling the wikidata gui solved the problem! View and edit book works again! Didnt have to disable other plugins.
Thank you very much for that quick help!
igorius is offline  
Advert
Old 07-16-2022, 11:01 AM   #261
algol1
Junior Member
algol1 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2022
Device: PC Win10
update calibre 6.1 failed miserably

Help,
I just installed new ver_6.1-64bit for Windows over previous version 5.44 using the Windows-msi-installer.

I had Calibre installed to some individual path. But this time after upgrading (for the 30th time or so) EVERYTHING IS SUDDENLY GONE!

The old Calibre-Dir is practically empty, all settings seem gone, all the links - when clicked - say that the linked program cannot be found and offer to delete the link/icon. A search across the whole harddrive cannot find any "calibre.exe" anywhere on the disk.

Whatever happened here? Calibre is gone!
algol1 is offline  
Old 07-16-2022, 11:03 AM   #262
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,094
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by BetterRed View Post
Then it'll be using the default in the install location, this is mine:

Attachment 195042Attachment 195043

BR
I don't have the tool you used (Suggest please). The file size is / was correct.

Note: I just uninstalled. Verified NO Calibre2 folder, then installed 6.1 fresh. same file size and date. same wrong icon Makes no sense.
BTW I change Icon themes and that Icon did change, but reverted when I chose default.
Also note there is no icons like that in any of the 'configdir' resources\images. That Icon is not even in the Program folder (assume it is a PNG)
It is getting if from someplace on my system, but where (and why now?)
theducks is online now  
Old 07-16-2022, 06:48 PM   #263
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,767
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by theducks View Post
I don't have the tool you used (Suggest please). The file size is / was correct.
It's the standard Windows file Properties sheet (last item on file right click menu) with some additional (free) sheets from FeBooti ==>> ⁣FileTweak freeware modules

I'll PM some bits of my config that you can try in yours.

BR
BetterRed is offline  
Old 07-16-2022, 09:19 PM   #264
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,094
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by BetterRed View Post
It's the standard Windows file Properties sheet (last item on file right click menu) with some additional (free) sheets from FeBooti ==>> ⁣FileTweak freeware modules

I'll PM some bits of my config that you can try in yours.

BR
I put icons-any.rcc into resources and the icons into Images
All the regular icons changed to those

The supposed clear-left is STILL the same in an active search bar
theducks is online now  
Old 07-16-2022, 09:53 PM   #265
ableal
Enthusiast
ableal began at the beginning.
 
Posts: 31
Karma: 10
Join Date: May 2009
Device: BeBook (2009), Kobo Clara HD (2018), Kobo Libra 2 (2022)
Quote:
Originally Posted by mbovenka View Post
Here in the Netherlands, temperatures above 80F/25C used to be pretty rare. What would we need air conditioning for?
AC heatpumps are pretty good for heating in winter - look up the COP thing, 1 kWh gets you the same heat as 3+ kWh worth of plain heater.

(Got an AC for that reason, bonus it helps in scorcher weeks.)
ableal is offline  
Old 07-16-2022, 10:09 PM   #266
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,767
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by theducks View Post
I put icons-any.rcc into resources and the icons into Images
All the regular icons changed to those

The supposed clear-left is STILL the same in an active search bar
Do you have a file named "icon-theme.json" in your config, if so rename it, or deep-six it.

just to make sure its not coming from the system environment, have you tried installing a portable 6.

BR
BetterRed is offline  
Old 07-16-2022, 10:23 PM   #267
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: 45,398
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@algol1: You presumably had calibre 32 bit installed before, calibre 6 is 64bit only and it will be installed to a different location, that's all. You will need to either update whatever links you had, or uninstall calibre 6, and re-install it, clicking the advanced button and choosing whatever location you used before.
kovidgoyal is offline  
Old 07-16-2022, 10:58 PM   #268
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,094
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by BetterRed View Post
Do you have a file named "icon-theme.json" in your config, if so rename it, or deep-six it.

just to make sure its not coming from the system environment, have you tried installing a portable 6.

BR
I do not have that file.
I will try Portable tomorrow.
FWIW it has to be something on this system as 2 others are fine.
Does any place (calibre) else use that icon: clear-left ?
theducks is online now  
Old 07-17-2022, 12:26 AM   #269
algol1
Junior Member
algol1 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2022
Device: PC Win10
Quote:
Originally Posted by kovidgoyal View Post
@algol1: You presumably had calibre 32 bit installed before, calibre 6 is 64bit only and it will be installed to a different location, that's all. You will need to either update whatever links you had, or uninstall calibre 6, and re-install it, clicking the advanced button and choosing whatever location you used before.
Well, not so. I've switched to 64bit perhaps two years ago and always downloaded the 64bit-installer since then. Had no problem upgrading ever. But you may be on to something, it turned out that the applications administration in settings somehow knew 2 calibre-instances - so perhaps there were remnants of that in the registry.

Meanwhile I'm back in business but it was really hard work as I couldn't live with all individual settings set back to default.

What I had to do is to make a complete emergency-backup of the current corrupt situation, then re-install my last system-backup (losing about 2 weeks of progress) and start working v5.44 from there. Then I used the export function to save all calibre-content to a different folder. Now I could re-install the current situation from my "emergency-backup". Then - as you already suggested - I performed a complete uninstall first. And after performing a custom-install to my old path (which now had become available again) I could finally import the backup-folder made from the previous security-backup again.

Quite tedious - but I'm up and running again. Thanks for the advice though.
algol1 is offline  
Old 07-17-2022, 01:40 AM   #270
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,767
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by theducks View Post
I do not have that file.
I will try Portable tomorrow.
FWIW it has to be something on this system as 2 others are fine.
Does any place (calibre) else use that icon: clear-left ?
All Find boxes I think, e.g. the one at the tup of Tweaks

Click image for larger version

Name:	Screenshot 2022-07-17 153634.jpg
Views:	276
Size:	238.9 KB
ID:	195075

I switched to Light mode- much easier now

BR
BetterRed is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Closed] Issues with Sync hroberts89436 Calibre 2 12-11-2016 03:17 PM
how epubcheck 3.0 recognizes epub version 2 or 3 [Thread closed] osprofi General Discussions 1 11-17-2013 12:53 PM


All times are GMT -4. The time now is 04:15 PM.


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