Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 2020 06:44:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 225543] [NEW PORT] mail/mailman3: GNU Mailman 3.3.1, core
Message-ID:  <bug-225543-21822-IuY1OJXzaY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225543-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225543-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225543

--- Comment #20 from Aleksander <mooxooko5oowaigh@e-lista.pl> ---
I have build the port and tried using my production configuration with it in
jail.
After fixing dependency on py37-pymysql (I use mysql as backend) it almost
worked.

Cannot import runner module: mailman.runners.rest.RESTRunner
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/mailman/bin/runner.py", line=
 55,
in make_runner
    runner_class =3D find_name(class_path)
  File "/usr/local/lib/python3.7/site-packages/mailman/utilities/modules.py=
",
line 52, in find_name
    module =3D import_module(module_path)
  File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in
import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_remo=
ved
  File "/usr/local/lib/python3.7/site-packages/mailman/runners/rest.py", li=
ne
27, in <module>
    from mailman.rest.wsgiapp import make_server
  File "/usr/local/lib/python3.7/site-packages/mailman/rest/wsgiapp.py", li=
ne
25, in <module>
    from falcon.routing import create_http_method_map
ImportError: cannot import name 'create_http_method_map' from 'falcon.routi=
ng'
(/usr/local/lib/python3.7/site-packages/falcon/routing/__init__.py)


which brought me to:
https://gitlab.com/mailman/mailman/-/issues/559

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225543-21822-IuY1OJXzaY>