Is the author of viewhtmlmsg reading this list?  If not, are there any
suggestions on how to contact them?

I reported this earlier but there was no response.  After upgrading from
Xubuntu 22.04 to 24.04, this add-on now fails.  These are the error
messages generated.  I believe that it is due to changes with the python
library between the two versions of the OS.  Unfortunately, I am not
familiar with python, and I'm hoping that the author can identify and
correct the problems.

Regards.

-------------------------------------------------------------------------------
/usr/local/bin/viewhtmlmsg:7: DeprecationWarning: pkg_resources is deprecated 
as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  __import__('pkg_resources').run_script('muttils==1.4+79.13d0f5a8b8e3', 
'viewhtmlmsg')
Traceback (most recent call last):
  File "/usr/local/bin/viewhtmlmsg", line 7, in <module>
    __import__('pkg_resources').run_script('muttils==1.4+79.13d0f5a8b8e3', 
'viewhtmlmsg')
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3327, 
in <module>
    @_call_aside
     ^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3302, 
in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3340, 
in _initialize_master_working_set
    working_set = WorkingSet._build_master()
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 631, in 
_build_master
    ws.require(__requires__)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 968, in 
require
    needed = self.resolve(parse_requirements(requirements))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 829, in 
resolve
    dist = self._resolve_dist(
           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 870, in 
_resolve_dist
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'muttils==1.4+79.13d0f5a8b8e3' 
distribution was not found and is required by the application
-------------------------------------------------------------------------------

Reply via email to