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 09-25-2020, 12:01 AM   #451
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,342
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
calibre 5 has (finally) been released! Thanks to everyone for your help with beta testing.
kovidgoyal is offline  
Old 09-25-2020, 12:57 AM   #452
nqk
Fanatic
nqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beauty
 
Posts: 564
Karma: 32228
Join Date: Feb 2012
Device: Onyx Boox Leaf
Quote:
Originally Posted by kovidgoyal View Post
calibre 5 has (finally) been released! Thanks to everyone for your help with beta testing.
Thank you for your time and effort, Kovid.
nqk is offline  
Advert
Old 09-25-2020, 01:11 AM   #453
xtraktor
Enthusiast
xtraktor began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Mar 2017
Device: Kindle Voyage
There is some problem with installation on Windows 10 Enterprise 64 bit with the latest updates
xtraktor is offline  
Old 09-25-2020, 01:20 AM   #454
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,342
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by xtraktor View Post
There is some problem with installation on Windows 10 Enterprise 64 bit with the latest updates
Uninstall/disable powertoys
kovidgoyal is offline  
Old 09-25-2020, 01:45 AM   #455
xtraktor
Enthusiast
xtraktor began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Mar 2017
Device: Kindle Voyage
Quote:
Originally Posted by kovidgoyal View Post
Uninstall/disable powertoys
Thx, it works
xtraktor is offline  
Advert
Old 09-25-2020, 02:20 AM   #456
xtraktor
Enthusiast
xtraktor began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Mar 2017
Device: Kindle Voyage
Sorry for disturbing again, but ALL metadata source plugins are disabled.
Any solution for this problem?
xtraktor is offline  
Old 09-25-2020, 02:27 AM   #457
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,342
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Strange. Many third party metadata plugins have not been ported to python 3 so wont work but the builtin ones work fine, google, amazon, etc.

Run calibre in debug mode and post the log.
kovidgoyal is offline  
Old 09-25-2020, 02:35 AM   #458
xtraktor
Enthusiast
xtraktor began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Mar 2017
Device: Kindle Voyage
Quote:
Originally Posted by kovidgoyal View Post
Strange. Many third party metadata plugins have not been ported to python 3 so wont work but the builtin ones work fine, google, amazon, etc.

Run calibre in debug mode and post the log.
Code:
Traceback (most recent call last):
  File "site-packages\calibre\customize\ui.py", line 703, in initialize_plugins
  File "site-packages\calibre\customize\ui.py", line 61, in load_plugin
  File "site-packages\calibre\customize\zipplugin.py", line 202, in load
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 618, in _load_backward_compatible
  File "site-packages\calibre\customize\zipplugin.py", line 184, in load_module
  File "calibre_plugins.antikvarium_hu.__init__", line 11, in <module>
ModuleNotFoundError: No module named 'Queue'
Traceback (most recent call last):
  File "site-packages\calibre\customize\ui.py", line 703, in initialize_plugins
  File "site-packages\calibre\customize\ui.py", line 61, in load_plugin
  File "site-packages\calibre\customize\zipplugin.py", line 202, in load
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 618, in _load_backward_compatible
  File "site-packages\calibre\customize\zipplugin.py", line 179, in load_module
  File "calibre_plugins.dedrm.__init__", line 167
    print u"{0} v{1}: Copying needed library files from plugin's zip".format(PLUGIN_NAME, PLUGIN_VERSION)
          ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "site-packages\calibre\customize\ui.py", line 703, in initialize_plugins
  File "site-packages\calibre\customize\ui.py", line 61, in load_plugin
  File "site-packages\calibre\customize\zipplugin.py", line 202, in load
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 618, in _load_backward_compatible
  File "site-packages\calibre\customize\zipplugin.py", line 184, in load_module
  File "calibre_plugins.libri_hu.__init__", line 11, in <module>
ModuleNotFoundError: No module named 'Queue'
qt.qpa.fonts: Unable to enumerate family ' "HARU_Iwata Mincho Pro-Madoka_hun" '
qt.qpa.fonts: Unable to enumerate family ' "KANJI_HARU_A-OTF Shin Maru Go Pro-PlzIri" '
Traceback (most recent call last):
  File "site-packages\calibre\gui2\ui.py", line 157, in __init__
  File "site-packages\calibre\gui2\ui.py", line 171, in init_iaction
  File "site-packages\calibre\customize\__init__.py", line 614, in load_actual_plugin
  File "importlib\__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 618, in _load_backward_compatible
  File "site-packages\calibre\customize\zipplugin.py", line 179, in load_module
  File "calibre_plugins.hyphenatethis.hyphenatethisaction", line 88
    print 'Hyphenator using LR:', lmin, rmin
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Hyphenator using LR:', lmin, rmin)?
EpubMerge: DEBUG: 2020-09-25 09:33:24,001: calibre_plugins.epubmerge.epubmerge_plugin(158): macmenuhack file_path:C:\Users\****\AppData\Roaming\calibre\plugins\fanficfare_macmenuhack.txt
xtraktor is offline  
Old 09-25-2020, 02:36 AM   #459
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)
YES!!!!!!!!!!!!

I just finished releasing it to Arch Linux's official repos.

To celebrate, I dropped a bunch of python2 modules that only calibre still needed.
eschwartz is offline  
Old 09-25-2020, 02:39 AM   #460
rantanplan
Weirdo
rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.rantanplan ought to be getting tired of karma fortunes by now.
 
Posts: 835
Karma: 11003000
Join Date: Nov 2019
Location: Wuppertal, Germany
Device: Kobo Sage, Kobo Libra 2, Boox Note Air 2+
Will Calibre 5 break my Calibre-Web Setup?
rantanplan is offline  
Old 09-25-2020, 02:41 AM   #461
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,342
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@xtraktor: That shows shows third party plugins failing, try running calibre from a command prompt as


calibre --ignore-plugins

are the builtin plugins still disabled?
kovidgoyal is offline  
Old 09-25-2020, 02:42 AM   #462
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,342
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by rantanplan View Post
Will Calibre 5 break my Calibre-Web Setup?
No idea, you'd have to ask the developers of calibre-web
kovidgoyal is offline  
Old 09-25-2020, 02:42 AM   #463
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,342
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by eschwartz View Post

To celebrate, I dropped a bunch of python2 modules that only calibre still needed.
Out of interest how many were there?
kovidgoyal is offline  
Old 09-25-2020, 02:50 AM   #464
xtraktor
Enthusiast
xtraktor began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Mar 2017
Device: Kindle Voyage
Quote:
Originally Posted by kovidgoyal View Post
@xtraktor: That shows shows third party plugins failing, try running calibre from a command prompt as


calibre --ignore-plugins

are the builtin plugins still disabled?
Same thing, ALL metadata source plugins are disabled, without third party plugins running.
xtraktor is offline  
Old 09-25-2020, 02:51 AM   #465
monic39
Member
monic39 ought to be getting tired of karma fortunes by now.monic39 ought to be getting tired of karma fortunes by now.monic39 ought to be getting tired of karma fortunes by now.monic39 ought to be getting tired of karma fortunes by now.monic39 ought to be getting tired of karma fortunes by now.monic39 ought to be getting tired of karma fortunes by now.monic39 ought to be getting tired of karma fortunes by now.monic39 ought to be getting tired of karma fortunes by now.monic39 ought to be getting tired of karma fortunes by now.monic39 ought to be getting tired of karma fortunes by now.monic39 ought to be getting tired of karma fortunes by now.
 
Posts: 17
Karma: 2151244
Join Date: Aug 2016
Location: Netherlands
Device: kobo H2o 1st + 2, kindle paperwhite 2015
yes I have the same problem. Modify Epub and other plug ins don;t work anymore.
I have deleted the new calibre and went back to the former. Things working again.

Last edited by monic39; 09-25-2020 at 03:22 AM.
monic39 is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Beta testers needed kovidgoyal Calibre 75 08-18-2019 07:00 PM
Beta testers for calibre 3.0 needed kovidgoyal Calibre 598 07-09-2017 10:26 PM
Beta testers needed kovidgoyal Calibre 54 05-20-2016 12:34 PM
Windows beta testers needed kovidgoyal Calibre 19 02-08-2016 04:38 PM
Beta testers for calibre 2.0 needed kovidgoyal Calibre 142 05-08-2015 04:44 AM


All times are GMT -4. The time now is 08:50 PM.


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