Re: [Mailman-Users] Mailman 3 confusion

2017-06-20 Thread Danil Smirnov
2017-06-18 20:03 GMT+03:00 Mark Lindsay : > I read over on the Mailman 3 Users list that an > install process using Docker will soon be the canonical way to install > Mailman 3, which is great. > The docker installation is quite usable already, no blocking issues noticed, see

Re: [Mailman-Users] Mailman 3 confusion

2017-06-20 Thread Mark Lindsay
Hi Larry, Does that mean _at_least_ 2.7, or does it mean I need two different > versions of Python on the same box, or does it mean I need two boxes? > The `virtualenv` tool will solve this problem for you. From http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/ : > A Virtual

Re: [Mailman-Users] Mailman 3 confusion

2017-06-19 Thread Mark Sapiro
On 06/19/2017 07:30 PM, Jon Ribbens wrote: > > This is all true, but personally I can't see any likelihood of > any noticeable uptake of Mailman 3 until it will all run on one > version of Python. Personally, I can't understand why you would say that. Can you elaborate on that? I have no hard

Re: [Mailman-Users] Mailman 3 confusion

2017-06-19 Thread Jon Ribbens
On Mon, Jun 19, 2017 at 06:53:37PM -0700, Mark Sapiro wrote: > It means Postorius (postorius), HyperKitty (mailman-hyperkitty) and > therefore the supporting project modules they import, mailmanclient and > django-mailman3 all require Python 2.7. Not 'at least' Python 2.7, but > some 2.7.x. > >

Re: [Mailman-Users] Mailman 3 confusion

2017-06-19 Thread Mark Sapiro
On 06/19/2017 08:01 AM, Rosenbaum, Larry M. wrote: >> From: Mailman-Users [mailto:mailman-users- >> bounces+rosenbaumlm=ornl@python.org] On Behalf Of Mark Sapiro >> >> At the moment it actually says "The backend requires Python 3.4 or newer >> while the frontend requires Python 2.7" >> >> What

Re: [Mailman-Users] Mailman 3 confusion

2017-06-19 Thread Rosenbaum, Larry M.
> From: Mailman-Users [mailto:mailman-users- > bounces+rosenbaumlm=ornl@python.org] On Behalf Of Mark Sapiro > > At the moment it actually says "The backend requires Python 3.4 or newer > while the frontend requires Python 2.7" > > What that means is the Mailman core (mailman) and and the

Re: [Mailman-Users] Mailman 3 confusion

2017-06-19 Thread Mark Lindsay
Hi Tlhackque, I went through a similar battle with installing Mailman 3 but emerged victorious in the end. Here are some tips that might help you out. - There are several places where you can find Mailman 3 docs. It is confusing. The most complete documentation I found is here:

Re: [Mailman-Users] Mailman 3 confusion

2017-06-19 Thread tlhackque via Mailman-Users
On 18-Jun-17 13:03, Mark Lindsay wrote: Thanks for taking the time to write & share your experience! I'll see if I can reproduce your success. readthedocs is somewhat off-putting since it asserts different Python version dependencies from the main site. I did understand that the core requires

Re: [Mailman-Users] Mailman 3 confusion

2017-06-18 Thread Mark Sapiro
On 06/18/2017 10:58 AM, Mark Sapiro wrote: > On 06/17/2017 02:14 PM, tlhackque via Mailman-Users wrote: > >> I have yet to find a step-by-step 'bare OS to running MM3" document. > > > Have you seen Yes, obviously you referenced that earlier :(

Re: [Mailman-Users] Mailman 3 confusion

2017-06-18 Thread Mark Sapiro
On 06/17/2017 02:14 PM, tlhackque via Mailman-Users wrote: > I took another look at installing Mailman 3, and ended up lost and > confused. I'm an experienced software person - but my Python knowledge > is minimal. > > Fedora 25, python 3.5.3, pretty much out of the box. > > Mailman version:

[Mailman-Users] Mailman 3 confusion

2017-06-18 Thread tlhackque via Mailman-Users
I took another look at installing Mailman 3, and ended up lost and confused. I'm an experienced software person - but my Python knowledge is minimal. Fedora 25, python 3.5.3, pretty much out of the box. Mailman version: 3.1.0 (The other bits and pieces are current - 1.1) I tried to follow the