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 compressed {infile} {outfile}'),
('text/x-sass', 'sassc -t compressed {infile} {outfile}'),
)
replace sassc with sass.
>
>
>
> On Mon, 4 Mar 2019, 9:40 am Abhilash Raj, <[email protected]> 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 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.
>>
>> It was indeed released sometime yesterday[1]. Something that bit us was a
>> version requirement that is specified in setup.py
>>
>> falcon>=1.0.0-rc1
>>
>> This causes pip to install use the pre-releases too, which seems to be
>> pulling in 2.0.0a1.
>>
>> [1]: https://pypi.org/project/falcon/2.0.0a1/
>>
>>> I tried to go through the ui and encountered another error.
>>> ---
>>>
>>>
>>>
>>>
>>> FilterError at /hyperkitty/profile/
>>> /bin/sh: 1: sassc: not found
>>>
>>> Request Method:
>>> GET
>>> Request URL:
>>> http://localhost:8000/hyperkitty/profile/
>>> Django Version:
>>> 2.1.7
>>> Exception Type:
>>> FilterError
>>> Exception Value:
>>> /bin/sh: 1: sassc: not found
>>>
>>>
>>> I checked for the django_compressor but it is already installed. Can you
>>> help me in this. Thanks in advance.
>>
>>
>> You can install `sassc` from yum or apt , depending on which operating
>> system you are on.
>>
>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Mon, Mar 4, 2019 at 3:21 AM Abhilash Raj <[email protected]> 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 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 environment where Mailman Core is installed.
>>>>
>>>> > On Mon, Mar 4, 2019 at 12:50 AM Mark Sapiro <[email protected]> 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/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)
>>>> > > > TypeError: find() got an unexpected keyword argument 'req'
>>>> > > > Mar 03 23:12:08 2019 (9578) 127.0.0.1 - - "GET / HTTP/1.1" 500 59/
>>>> > >
>>>> > >
>>>> > > Do you have <https://gitlab.com/mailman/mailman/merge_requests/466> in
>>>> > > your Mailman core? It is required with falcon-2.0.0a1.
>>>> > >
>>>> > > --
>>>> > > Mark Sapiro <[email protected]> The highway is for gamblers,
>>>> > > San Francisco Bay Area, California better use your sense - B. Dylan
>>>> > > _______________________________________________
>>>> > > Mailman-Developers mailing list -- [email protected]
>>>> > > To unsubscribe send an email to [email protected]
>>>> > > https://mail.python.org/mailman3/lists/mailman-developers.python.org/
>>>> > > Mailman FAQ: https://wiki.list.org/x/AgA3
>>>> > >
>>>> > > Security Policy: https://wiki.list.org/x/QIA9
>>>> > >
>>>> > _______________________________________________
>>>> > Mailman-Developers mailing list -- [email protected]
>>>> > To unsubscribe send an email to [email protected]
>>>> > https://mail.python.org/mailman3/lists/mailman-developers.python.org/
>>>> > Mailman FAQ: https://wiki.list.org/x/AgA3
>>>> >
>>>> > Security Policy: https://wiki.list.org/x/QIA9
>>>> >
>>>>
>>>> --
>>>> thanks,
>>>> Abhilash Raj (maxking)
>>
>> --
>> thanks,
>> Abhilash Raj (maxking)
>>
>>
--
thanks,
Abhilash Raj (maxking)
_______________________________________________
Mailman-Developers mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/mailman-developers.python.org/
Mailman FAQ: https://wiki.list.org/x/AgA3
Security Policy: https://wiki.list.org/x/QIA9