Re: [Mailman-Developers] Postorius, Hyperkitty and python support

2018-02-26 Thread Leon Merten Lohse
On 02/26/2018 11:38 PM, Mark Sapiro wrote: The python_dateutil-1.5 turned out to be HyperKitty not yet being Python 3 ready and requiring python_dateutil<2.0. The Python 3 port of HyperKitty sits in the 'python3'-branch and does correctly require python-dateutil>=2.0. To test it, you have to

Re: [Mailman-Developers] Postorius, Hyperkitty and python support

2018-02-26 Thread Mark Sapiro
On 02/25/2018 09:45 PM, Mark Sapiro wrote: > On 02/25/2018 08:14 PM, Abhilash Raj wrote: >> On Sun, Feb 25, 2018, at 6:03 PM, Mark Sapiro wrote: >>> >>> ERROR: test_middleware_request >>> (postorius.tests.mailman_api_tests.test_middleware.TestMiddleware) >>>

Re: [Mailman-Developers] Postorius, Hyperkitty and python support

2018-02-25 Thread Mark Sapiro
On 02/25/2018 08:14 PM, Abhilash Raj wrote: > On Sun, Feb 25, 2018, at 6:03 PM, Mark Sapiro wrote: >> >> ERROR: test_middleware_request >> (postorius.tests.mailman_api_tests.test_middleware.TestMiddleware) >> -- >> Traceback (most

Re: [Mailman-Developers] Postorius, Hyperkitty and python support

2018-02-25 Thread Abhilash Raj
On Sun, Feb 25, 2018, at 6:03 PM, Mark Sapiro wrote: > What is the state of the current Postorius, Hyperkitty and > django_mailman3 branches with respect to Python version support. > > I am trying to do some things with Postorius at the moment and with > Python 2 I get import errors, specifically

Re: [Mailman-Developers] Postorius, Hyperkitty and python support

2018-02-25 Thread Abhilash Raj
On Sun, Feb 25, 2018, at 6:03 PM, Mark Sapiro wrote: > What is the state of the current Postorius, Hyperkitty and > django_mailman3 branches with respect to Python version support. Postorius and django-mailman3 are both now ported to Python3 and supports only Django 1.11+ Hyperkitty's python3

[Mailman-Developers] Postorius, Hyperkitty and python support

2018-02-25 Thread Mark Sapiro
What is the state of the current Postorius, Hyperkitty and django_mailman3 branches with respect to Python version support. I am trying to do some things with Postorius at the moment and with Python 2 I get import errors, specifically on from urllib.error import HTTPError which seems to work