Re: [Mailman-Developers] Mailman 3.1 beta coming soon

2016-12-03 Thread Terri Oda

On 2016-12-03 12:22 PM, Florian Fuchs wrote:

I did some manual integration testing today
(core+mailmanclient+postorius) which looked fine so far. I didn't get
to test HyperKitty and the bundler though, so any help testing those
would be very much appreciated. I will have some more time tomorrow.


I tried to do some testing based on these wiki instructions last weekend
https://wiki.list.org/HyperKitty/DevelopmentSetupGuide

and hit a "[Errno 61] Connection refused" issue when attempting to log 
in to Postorius.  I suspect it might be an issue with the mac, since 
googling for the error (it's a django one) seems to find a lot of people 
on macs with problems, but I didn't manage to narrow it down more than 
that to make a useful bug report.


I did set up a new linux install on another machine to work on next, 
though, so I may have something else to say on that front tomorrow.


 Terri


___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Developers] Mailman 3.1 beta coming soon

2016-12-03 Thread Barry Warsaw
Thanks for doing the testing Florian.  Btw I fixed the venv problem. It was 
actually a bug in one of the dependencies.  I have another small branch to land 
before spinning the beta but I think the MySQL docker image on ci is having 
some problems. I can't double check ATM.

Sent from my digital lollipop.

> On Dec 3, 2016, at 15:22, Florian Fuchs  wrote:
> 
>> On Fri, Dec 02, 2016 at 11:07:24AM -0500, Barry Warsaw wrote:
>> Hello Mailman 3 users and developers!
>> 
>> It's been a long slog but I think we are finally ready to begin the release
>> process for Mailman 3.1.  I am pretty happy about the state of the Core, and
>> Florian is going to do some more integration testing with HyperKitty and
>> Postorius.  We still have a few issues and a merge proposal or two to 
>> address,
> 
> I did some manual integration testing today
> (core+mailmanclient+postorius) which looked fine so far. I didn't get
> to test HyperKitty and the bundler though, so any help testing those
> would be very much appreciated. I will have some more time tomorrow.
> 
> I did all of my testing locally, which has some limitations. So I
> started setting up a more realistic environment on one of my dev
> machines. But I'm not done yet. Will report back when I'm done... ;-)
> 
>> but I am planning to spin a beta of Core this weekend to facilitate testing.
> 
> I think it's OK to put out a separate beta of the core, because the
> version pulled from pypi will still be 3.0 if I'm not terribly mistaken.
> 
> For the real 3.1 we should probably do a coordinated release of all
> components, once everything's tested a little more thoroughly.
> 
> Cheers
> Florian

___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Developers] Mailman 3.1 beta coming soon

2016-12-03 Thread Florian Fuchs

On Fri, Dec 02, 2016 at 11:07:24AM -0500, Barry Warsaw wrote:

Hello Mailman 3 users and developers!

It's been a long slog but I think we are finally ready to begin the release
process for Mailman 3.1.  I am pretty happy about the state of the Core, and
Florian is going to do some more integration testing with HyperKitty and
Postorius.  We still have a few issues and a merge proposal or two to address,


I did some manual integration testing today
(core+mailmanclient+postorius) which looked fine so far. I didn't get
to test HyperKitty and the bundler though, so any help testing those
would be very much appreciated. I will have some more time tomorrow.

I did all of my testing locally, which has some limitations. So I
started setting up a more realistic environment on one of my dev
machines. But I'm not done yet. Will report back when I'm done... ;-)


but I am planning to spin a beta of Core this weekend to facilitate testing.


I think it's OK to put out a separate beta of the core, because the
version pulled from pypi will still be 3.0 if I'm not terribly mistaken.

For the real 3.1 we should probably do a coordinated release of all
components, once everything's tested a little more thoroughly.

Cheers
Florian
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Developers] Whoosh Error during installation of hyperkitty

2016-12-03 Thread Mark Sapiro
On 12/02/2016 11:55 PM, Nikhil Rayaprolu wrote:
> Hello I am new to the Mailman community and on my try to contribute for
> Mailman,I started installing all packages . For Hyperkitty I followed
> https://hyperkitty.readthedocs.io/en/latest/development.html . Everything
> went fine without any errors but on accessing the hyperkitty on my browser
> , it shows me an error stating "A server error occurred.  Please contact
> the administrator."
> and on the terminal the last 3 lines shows
> 
> File
> "/home/nikhil/dev/mailman/venv2/local/lib/python2.7/site-packages/django_haystack-2.5.1-py2.7.egg/haystack/backends/whoosh_backend.py",
> line 30, in 
> raise MissingDependency("The 'whoosh' backend requires the installation
> of 'Whoosh'. Please refer to the documentation.")
> MissingDependency: The 'whoosh' backend requires the installation of
> 'Whoosh'. Please refer to the documentation.



As it says at
,
"HyperKitty’s default configuration uses the Whoosh backend, so if you
want to use that you just need to install the Whoosh Python library."

  pip install Whoosh

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Developers] Whoosh Error during installation of hyperkitty

2016-12-03 Thread Nikhil Rayaprolu
Hello I am new to the Mailman community and on my try to contribute for
Mailman,I started installing all packages . For Hyperkitty I followed
https://hyperkitty.readthedocs.io/en/latest/development.html . Everything
went fine without any errors but on accessing the hyperkitty on my browser
, it shows me an error stating "A server error occurred.  Please contact
the administrator."
and on the terminal the last 3 lines shows

File
"/home/nikhil/dev/mailman/venv2/local/lib/python2.7/site-packages/django_haystack-2.5.1-py2.7.egg/haystack/backends/whoosh_backend.py",
line 30, in 
raise MissingDependency("The 'whoosh' backend requires the installation
of 'Whoosh'. Please refer to the documentation.")
MissingDependency: The 'whoosh' backend requires the installation of
'Whoosh'. Please refer to the documentation.

Can any one help me with figuring out the cause for this error
___
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9