[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 Sun, Mar 3, 2019, at 8:48

[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. > > > In that case, you can

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Abhilash Raj
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. In that case, you can edit the settings.py and update COMPRESS_PRECOMPILERS = ( ('text/less', 'lessc {infile} {outfile}'), ('text/x-scss', 'sassc -t

[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 Abhilash

[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 was > creating

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Abhilash Raj
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 was creating > issue. I checked the falcon repo and the current version is 1.4.1 but I am > curious how I had 2.0.0a1. It will be good if someone can

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Krishna Kumar Dey
Thanks Abhilash, It worked and the problem got solved. I had falcon 2.0.0a1 which was creating issue. I checked the falcon repo and the current version is 1.4.1 but I am curious how I had 2.0.0a1. It will be good if someone can help me in this. I tried to go through the ui and encountered another

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Abhilash Raj
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 you have that commit. You either need to stop and start Mailman Core and then retry, or just pip install falcon==1.4.1 Inside your virtual

[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 > > >

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Mark Sapiro
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/python3.6/site-packages/falcon-2.0.0a1-py3.6.egg/falcon/api.py", > line 664, in _get_responder >     route = self._router_search(path, req=req) >

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Krishna Kumar Dey
Hey Xiaoxing, This is what I found in the logs. *Mar 03 23:12:08 2019 (9578) REST request handler error:Traceback (most recent call last): File "/usr/lib/python3.6/wsgiref/handlers.py", line 137, in runself.result = application(self.environ, self.start_response) File

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Ye Xiaoxing
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, Sorry I am new here so didn't know about that. During handling of the above exception, another exception occurred: --- first error --

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Krishna Kumar Dey
Hey Mark, Sorry I am new here so didn't know about that. During handling of the above exception, another exception occurred: --- first error -- *Traceback (most recent call last): File

[Mailman-Developers] Re: Error in Initial Setup

2019-03-03 Thread Mark Sapiro
On 3/3/19 9:21 AM, Krishna Kumar Dey wrote: > Hello Everyone, > I am Krishna Kumar Dey, 3rd Year CSE undergraduate student from IIIT Sri > City, India. > I was going through initial setup and I am getting this error message when > I run the mailman suite server. > > [image: image.png] > > >