NameError: name 'ModuleNotFoundError' is not defined
See original GitHub issueCrash Report
This crash report was reported through the automatic crash reporting system 🤖
Traceback
File "/home/shako/Desktop/Electron Cash-4.0.6/gui/qt/main_window.py", line 3524, in settings_dialog
except (ModuleNotFoundError, ImportError) as e:
NameError: name 'ModuleNotFoundError' is not defined
Reporter
This issue was reported by 2 user(s):
Electron Cash Version | Python Version | Operating System | Wallet Type | Locale |
---|---|---|---|---|
4.0.6 | 3.5.2 (default, Nov 12 2018, 13:43:14) [GCC 5.4.0 20160609] | Linux-4.15.0-51-lowlatency-x86_64-with-Ubuntu-16.04-xenial | standard | en_US |
4.0.6 | 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516] | Linux-4.9.0-9-686-pae-i686-with-BunsenLabs-9.8-helium | standard | es_ES |
Additional Information
El error se muestra al pulsar la pestaña “Herramientas-Opciones”
*** Electron Cash support for Python 3.5 is being discontinued and may stop working in the future. *** Please consider upgrading soon! [secp256k1] warning: libsecp256k1 library failed to load [ecc] info: libsecp256k1 library not available, falling back to python-ecdsa. This means signing operations will be slower. Try running:
$ contrib/make_secp
(You need to be running from the git sources for contrib/make_secp to be available) Traceback (most recent call last): File “/home/alondra/Documents/Electron Cash-4.0.6/gui/qt/main_window.py”, line 3521, in settings_dialog from PyQt5.QtMultimedia import QCameraInfo ImportError: No module named ‘PyQt5.QtMultimedia’
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File “/home/alondra/Documents/Electron Cash-4.0.6/gui/qt/main_window.py”, line 3524, in settings_dialog except (ModuleNotFoundError, ImportError) as e: NameError: name ‘ModuleNotFoundError’ is not defined
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top GitHub Comments
Seems that nobody triggered it in 4.0.5, so it seems like there are only very few Python 3.5 users left.
See #1432 – That’s me trying it out in Python 3.5. Python3.5 really doesn’t work anymore.