On 8/25/20 12:38 AM, Soporte Syscomed via Mailman-Users wrote:
> 
> Today, when I tried to access Mailman, I obtained the following error:
...

> Bug in Mailman version <undetermined> 

The `<undetermined> ` indication says that

from Mailman.mm_cfg import VERSION

threw an exception. This is most likely due to some change made to
Mailman/mm_cfg.py (or possibly Mailman/Defaults.py although you should
never change that) that created a Python syntax error.

Try as the Mailman user to cd to the Mailman directory and do

  python -c 'import mm_cfg'

That should give you more information as to the actual problem.


-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to