Junior Member
Posts: 2
Karma: 10
Join Date: Jun 2016
Device: iPad pro
|
I think I'm very stupid XD
Hi everyone!
I used to use Calibre, Marvin XD, and this plugin to sync my library, until I upgraded my old iPad. I read later all the messages about incompatibility with iOS 8, so I let it rest and forgot all about it.
But, a couple days ago, my iPad said I should be using the new Marvin 3 if I was on iOS 9 or later, and I thought: maybe those old problems would be solved now, let's try it again.
I'm running Calibre on Ubuntu 16 64bits, and I can't install this plugin from the calibre list.
My calibre library is on a usb hard disk, 'cause I format the computer when I upgrade ubuntu.
So, new computer, new ipad, calibre library on removable hard disk.
This is what i get trying to install:
calibre, version 2.55.0
ERROR: Fallo en la instalación del complemento: Ha ocurrido un error al instalar este complemento y a continuación se desinstalará. Por favor, publique el mensaje de error que aparece en los detalles de más abajo en la conversación del foro para este complemento y reinicie calibre.
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/gui2/dialogs/plugin_updater.py", line 715, in _install_clicked
plugin = add_plugin(zip_path)
File "/usr/lib/calibre/calibre/customize/ui.py", line 419, in add_plugin
plugin = initialize_plugin(plugin, path_to_zip_file)
File "/usr/lib/calibre/calibre/customize/ui.py", line 586, in initialize_plugin
%tb) + '\n'+tb)
InvalidPlugin: La inicialización del complemento Traceback (most recent call last):
File "/usr/lib/calibre/calibre/customize/ui.py", line 580, in initialize_plugin
p.initialize()
File "calibre_plugins.ios_reader_apps.__init__", line 898, in initialize
File "/usr/lib/calibre/calibre/devices/idevice/libimobiledevice.py", line 214, in __init__
self.load_library()
File "/usr/lib/calibre/calibre/devices/idevice/libimobiledevice.py", line 475, in load_library
self.lib = cdll.LoadLibrary('libimobiledevice.so')
File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
return self._dlltype(name)
File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libimobiledevice.so: no se puede abrir el archivo del objeto compartido: No existe el archivo o el directorio
falló y generó la siguiente traza:
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/customize/ui.py", line 580, in initialize_plugin
p.initialize()
File "calibre_plugins.ios_reader_apps.__init__", line 898, in initialize
File "/usr/lib/calibre/calibre/devices/idevice/libimobiledevice.py", line 214, in __init__
self.load_library()
File "/usr/lib/calibre/calibre/devices/idevice/libimobiledevice.py", line 475, in load_library
self.lib = cdll.LoadLibrary('libimobiledevice.so')
File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
return self._dlltype(name)
File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libimobiledevice.so: no se puede abrir el archivo del objeto compartido: No existe el archivo o el directorio
Can anyone help me, please? I don't know if something's wrong with python or libimobiledevice, or ubuntu 16 is yanking my chain again...
Oh, the last sentence says something like: OSError: libimobiledevice.so:can't open the file of the shared object. The file or directory doesn't exist.
Sorry, the message is in spanish.
Thanks!
Last edited by miriamele; 06-26-2016 at 11:38 AM.
|