On 8/5/21 12:53 AM, Kartheek Reddy Bondugula wrote:
Hi,
I am trying to setup postorius using this website -
https://docs.mailman3.org/projects/mailman/en/release-3.0/src/mailman/docs/W...
That documentation is out of date.
Start at https://docs.mailman3.org/en/latest/
I am trying to create a mailling list and it web interface for the users in my group
The command 'pip install -e ./'(python3) runs successfully but still i am not able to start the server
Is the result the same as in your post at https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/..., i.e.,
/usr/local/Cellar/python@3.9/3.9.5/bin/python3.9: can't open file '/usr/local/opt/python@3.9/bin/master': [Errno 2] No such file or directory
my mailman info shows -
GNU Mailman 3.3.5b1 (Tom Sawyer) Python 3.9.5 (default, May 4 2021, 03:36:27) [Clang 12.0.0 (clang-1200.0.32.29)] config file: /Users/.../Documents/mailman/var/etc/mailman.cfg db url: sqlite:////Users/.../Documents/mailman/var/data/mailman.db devmode: DISABLED REST root url: http://localhost:8001/3.1/ REST credentials: restadmin:restpass
We recommend following this guide https://docs.mailman3.org/en/latest/install/virtualenv.html
What is the content of the /Users/.../Documents/mailman/var/etc/mailman.cfg file?
The 'pip install -e ./' command should have created a bin/ directory
containing both mailman
and master
executable files and this
mailman
command is the one you should be running. It appears the
mailman
command you are running is
'/usr/local/opt/python@3.9/bin/mailman'. If that is in fact a symlink to
a different bin/mailman file, there should also be a symlink from
'/usr/local/opt/python@3.9/bin/master' to the existing bin/master or you
should adjust your path.
What do which -a mailman
and which -a master
show?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan