FS#53402 - [electrum] Cant' open web browser
Attached to Project:
Community Packages
Opened by vario (vario) - Tuesday, 21 March 2017, 21:03 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 17 September 2017, 20:35 GMT
Opened by vario (vario) - Tuesday, 21 March 2017, 21:03 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 17 September 2017, 20:35 GMT
|
Details
Hi !
A little issue with electrum 2.8.1, when I launch "Block Explorer" on a contact, terminal report : Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/electrum_gui/qt/contact_list.py", line 81, in <lambda> menu.addAction(_("View on block explorer"), lambda: map(webbrowser.open, URLs)) NameError: global name 'webbrowser' is not defined Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/electrum_gui/qt/contact_list.py", line 81, in <lambda> menu.addAction(_("View on block explorer"), lambda: map(webbrowser.open, URLs)) NameError: global name 'webbrowser' is not defined Just edit /usr/lib/python2.7/site-packages/electrum_gui/qt/contact_list.py and add "import webbrowser" and it work fine. Regards, vario. |
This task depends upon
Comment by
Eli Schwartz (eschwartz) - Sunday,
17 September 2017, 19:01 GMT
- Task reassigned to Antonio Rojas (arojas)
Is this still an issue with electrum 2.9.3?
Comment by Antonio Rojas (arojas) -
Sunday, 17 September 2017, 20:35 GMT
If it is, please report it upstream
contact_list.py