[Mailman-Developers] Re: Facing problem in setting up environment

2019-03-06 Thread Krishna Kumar Dey
ccurred. Please contact the administrator. > > > This is what I got and terminal showed address already in use error. > > > > On Thu, Mar 7, 2019 at 2:58 AM Krishna Kumar Dey < > krishnakumardey@gmail.com> wrote: > >> Check the falcon version again. Also restart the m

[Mailman-Developers] Re: Facing problem in setting up environment

2019-03-06 Thread Krishna Kumar Dey
Hey Nayan, Please find the requirements file created using pip freeze. On Thu, Mar 7, 2019 at 2:58 AM Krishna Kumar Dey < krishnakumardey@gmail.com> wrote: > Check the falcon version again. Also restart the mailman core. > What is the error that you are getting when you

[Mailman-Developers] Re: Facing problem in setting up environment

2019-03-06 Thread Krishna Kumar Dey
Check the falcon version again. Also restart the mailman core. What is the error that you are getting when you open http://localhost:8001/3.1 On Thu, Mar 7, 2019 at 2:49 AM NAYAN KHANNA < f20170...@pilani.bits-pilani.ac.in> wrote: > > #mailman-suite/mailman-suite_project/settings.py > > #

[Mailman-Developers] Re: Facing problem in setting up environment

2019-03-06 Thread Krishna Kumar Dey
Just created an issue for this. https://gitlab.com/mailman/mailman/issues/563 On Thu, Mar 7, 2019 at 2:36 AM Krishna Kumar Dey < krishnakumardey@gmail.com> wrote: > Hey NAYAN, > Please use flacon 1.4.1. > > pip install falcon==1.4.1 > > If you will check I

[Mailman-Developers] Re: Facing problem in setting up environment

2019-03-06 Thread Krishna Kumar Dey
return debug.technical_500_response(request, *exc_info) > > ... >▶ Local vars <http://127.0.0.1:8000/postorius/lists/#> > - > > /home/nayankhanna/Code/GSoC19/mailman/venv3/lib/python3.6/site-packages/Django-2.1.7-py3.6.egg/django/views/debu

[Mailman-Developers] Re: ImportError: No module named 'grp'

2019-03-06 Thread Krishna Kumar Dey
Hey Subham, Please try to install grp. Use this command. pip install collective.recipe.grp You can read more about it here https://pypi.org/project/collective.recipe.grp/ . On Wed, Mar 6, 2019 at 11:31 PM wrote: > Hi there, I was trying to setup Mailman Core. I successfully cloned the >

[Mailman-Developers] Re: Facing problem in setting up environment

2019-03-06 Thread Krishna Kumar Dey
ho has replied to this thread atleast and to the > administrators also) > > On Thu, 7 Mar 2019, 00:02 Krishna Kumar Dey, < > krishnakumardey@gmail.com> wrote: > >> Yes I also faced this issue and did the same thing as Xiaoxing mentioned. >> Removing the paint

[Mailman-Developers] Re: Facing problem in setting up environment

2019-03-06 Thread Krishna Kumar Dey
Yes I also faced this issue and did the same thing as Xiaoxing mentioned. Removing the paintstore from Installed apps works for now. @aaryan It's not yet updated . We need to find an alternative for it. On Wed, Mar 6, 2019 at 11:43 PM aaryan bhagat wrote: > Hi Xiaoxing, > If you are saying

[Mailman-Developers] Re: Error in Initial Setup

2019-03-04 Thread Krishna Kumar Dey
Thanks Abhilash Sir, Its working now. On Mon, Mar 4, 2019 at 10:30 AM Krishna Kumar Dey < krishnakumardey@gmail.com> wrote: > I think I have tried it. But i will check it again. Thanks for helping. > > On Mon, 4 Mar 2019, 10:27 am Abhilash Raj, > wrote: > >> On S

[Mailman-Developers] Re: Contributing in MailMan Core

2019-03-04 Thread Krishna Kumar Dey
Also you may look at https://gnu-mailman.readthedocs.io/en/latest/devsetup.html for initial developer setup. On Mon, Mar 4, 2019 at 10:43 PM Ye Xiaoxing wrote: > Hi Dinesh, > > There is wiki (https://wiki.list.org/) and a doc site ( > http://docs.mailman3.org/en/latest/) available. You may

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Krishna Kumar Dey
I think I have tried it. But i will check it again. Thanks for helping. On Mon, 4 Mar 2019, 10:27 am Abhilash Raj, wrote: > On Sun, Mar 3, 2019, at 8:48 PM, Krishna Kumar Dey wrote: > > Thanks for clarifying. > For the sassc, i have already installed the ruby-sass. > > >

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Krishna Kumar Dey
I checked the setup.py. It shows falcon>=1.4.0 . I think it will be better if we keep a upper limit to the version or if we can directly keep 1.4.1. I am not so sure but I think the version 2.0 is not compatible with the product. -- Thanks Krishna Kumar Dey On Mon, 4 Mar 2019, 9:40 am Abhil

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Krishna Kumar Dey
Thanks for clarifying. For the sassc, i have already installed the ruby-sass. On Mon, 4 Mar 2019, 9:40 am Abhilash Raj, wrote: > On Sun, Mar 3, 2019, at 3:31 PM, Krishna Kumar Dey wrote: > > Thanks Abhilash, > It worked and the problem got solved. I had falcon 2.0.0a1 which wa

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Krishna Kumar Dey
but it is already installed. Can you help me in this. Thanks in advance. On Mon, Mar 4, 2019 at 3:21 AM Abhilash Raj wrote: > > > On Sun, Mar 3, 2019, at 11:29 AM, Krishna Kumar Dey wrote: > > I checked my git logs. I have it. > > I don't think that error should show up if

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Krishna Kumar Dey
I checked my git logs. I have it. On Mon, Mar 4, 2019 at 12:50 AM Mark Sapiro wrote: > On 3/3/19 11:10 AM, Krishna Kumar Dey wrote: > > Hey Xiaoxing, > > > > This is what I found in the logs. > ... > > File > > > "/home/krishna/Desktop/dev/.env/lib/

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Krishna Kumar Dey
t;GET / HTTP/1.1" 500 59* *---* Also attaching the log file. On Sun, Mar 3, 2019 at 11:24 PM Ye Xiaoxing wrote: > Could you go to mailman/var/logs/mailman.log for mailman log? > > On 2019/3/4, 1:44 AM, "Krishna Kumar Dey" > wrote: > > Hey Mark, > >

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Krishna Kumar Dey
ile'ERROR 2019-03-03 17:09:51,727 9839 django.server "GET /postorius/lists/ HTTP/1.1" 500 147228* --- second error --- When I open port 8001 for mailman I got this : A server error occurred. Please contact the administrator On Sun, Mar 3, 2019 at 11:07 PM Mark Sapiro wrote: