Can't start explorer 2

+1 vote
Not a python programmer here. Trying to run explorer following the README and ran into this problem.

python3 -m explorer.py config.ini status
Traceback (most recent call last):
  File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details
    __import__(pkg_name)
  File "/github/multichain-explorer-2/explorer.py", line 12, in <module>
    import server
  File "/github/multichain-explorer-2/server.py", line 13, in <module>
    from cgi import escape
ImportError: cannot import name 'escape' from 'cgi' (/usr/lib/python3.8/cgi.py)
asked Dec 13, 2021 by anonymous

1 Answer

0 votes
If you pull the latest version from Github, this should be fixed.
answered Dec 13, 2021 by MultiChain
...