View Single Post
Old 07-31-2024, 09:52 AM   #16
macaaron
Junior Member
macaaron began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jul 2024
Device: iPad
Quote:
Originally Posted by kovidgoyal View Post
Run calibre

/Applications/calibre.app/Contents/MacOS/calibre-debug -g

from a terminal and paste the log.
Thank you.
I have this Python error:

Code:
***@*** MacOS % ./calibre-debug -g

There was an error initializing the bypy frozen importer:
<class 'FileNotFoundError'>: [Errno 2] No such file or directory: 'python-lib.bypy.frozen'
Traceback (most recent call last):
  File bypy-importer.py, line 416, in <module>
  File bypy-importer.py, line 352, in __init__
This is very surprising, as I have python3 installed:

Code:
***@*** MacOS % python3 --version
Python 3.9.6
No log.
macaaron is offline   Reply With Quote