Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed this
~/src/calibre-opds-client$ calibre
Traceback (most recent call last):
File "calibre/gui2/ui.py", line 134, in init
File "calibre/gui2/ui.py", line 152, in init_iaction
File "calibre/customize/init.py", line 616, in load_actual_plugin
File "importlib/init.py", line 127, in import_module
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "calibre/customize/zipplugin.py", line 192, in exec_module
File "calibre_plugins.opds_client.ui", line 10, in
from calibre_plugins.opds_client.main import OpdsDialog
File "calibre/customize/zipplugin.py", line 192, in exec_module
File "calibre_plugins.opds_client.main", line 32, in
from calibre_plugins.opds_client.model import OpdsBooksModel
File "calibre/customize/zipplugin.py", line 192, in exec_module
File "calibre_plugins.opds_client.model", line 11, in
import urllib2
ModuleNotFoundError: No module named 'urllib2'
~/src/calibre-opds-client$ calibre
Traceback (most recent call last):
File "calibre/gui2/ui.py", line 134, in init
File "calibre/gui2/ui.py", line 152, in init_iaction
File "calibre/customize/init.py", line 616, in load_actual_plugin
File "importlib/init.py", line 127, in import_module
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "calibre/customize/zipplugin.py", line 192, in exec_module
File "calibre_plugins.opds_client.ui", line 10, in
from calibre_plugins.opds_client.main import OpdsDialog
File "calibre/customize/zipplugin.py", line 192, in exec_module
File "calibre_plugins.opds_client.main", line 32, in
from calibre_plugins.opds_client.model import OpdsBooksModel
File "calibre/customize/zipplugin.py", line 192, in exec_module
File "calibre_plugins.opds_client.model", line 11, in
import urlparse
ModuleNotFoundError: No module named 'urlparse'
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU General Public License v3.0.