Quote:
Originally Posted by JimmXinu
Attached is a test version that should work for both the existing 1.X calibre and the upcoming 2.X version calibre. 2.x will use PyQt5 which requires changes to virtually all plugins.
This version needs to be tested with the existing calibre.
Brave souls to test with with the beta 2.X version would also be appreciated. Links to the 2.X beta and discussion of the transition (for plugins) can be see at: Attn plugin developers: calibre moving to Qt 5.
|
When tying to save setting in Customize Plugin had the following error using calibre 1.201.1
Code:
calibre 1.201.2 isfrozen: True is64bit: True
Linux-3.13.0-24-generic-x86_64-with-debian-jessie-sid Linux ('64bit', 'ELF')
('Linux', '3.13.0-24-generic', '#46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014')
Python 2.7.8
Linux: ('debian', 'jessie/sid', '')
Successfully initialized third party plugins: DeDRM && Baen && EpubSplit && Modify ePub
Traceback (most recent call last):
File "site-packages/calibre/gui2/preferences/plugins.py", line 292, in customize_plugin
File "site-packages/calibre/gui2/preferences/plugins.py", line 368, in modify_plugin
File "site-packages/calibre/customize/__init__.py", line 171, in do_user_config
File "calibre_plugins.epubsplit.__init__", line 81, in save_settings
File "calibre_plugins.epubsplit.config", line 171, in save_settings
AttributeError: 'NoneType' object has no attribute 'toString'
Running Linux Mint 17 Cinnamon 64-bit
bernie