Thread
:
3.34 calibre-debug runs the script code under Python 3
View Single Post
11-19-2018, 10:23 PM
#
2
kovidgoyal
creator of calibre
Posts: 45,382
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
No it doesn't run under python3, but it does require use
from __future__ import print_function
which means you need to use the function from of print() in your scripts. This is aprt of the ongoing effort to port calibre to python 3.
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS