https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225543

--- Comment #20 from Aleksander <mooxooko5oowa...@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 = find_name(class_path)
  File "/usr/local/lib/python3.7/site-packages/mailman/utilities/modules.py",
line 52, in find_name
    module = 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_removed
  File "/usr/local/lib/python3.7/site-packages/mailman/runners/rest.py", line
27, in <module>
    from mailman.rest.wsgiapp import make_server
  File "/usr/local/lib/python3.7/site-packages/mailman/rest/wsgiapp.py", line
25, in <module>
    from falcon.routing import create_http_method_map
ImportError: cannot import name 'create_http_method_map' from 'falcon.routing'
(/usr/local/lib/python3.7/site-packages/falcon/routing/__init__.py)


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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to