[Mailman-Developers] No module named readme_renderer

2019-03-09 Thread NAYAN KHANNA
If anyone else is also facing this issue since today morning, `No module named readme_renderer`, Please run $pip install readme_renderer There is not much about this issue on the internet. That's why I just posted the solution. Regards, *Nayan Khanna* *Second Year,* *MSc Mathematics +

[Mailman-Developers] Re: {Disarmed} Re: Regarding Sending messages/posts to the list

2019-03-09 Thread NAYAN KHANNA
fine. What could be the possible reason behind this? (It sending a request to http://localhost:8001/3.0/lists/ and not http://localhost:8001/3.0/lists/) Regards, *Nayan Khanna* *Second Year,* *MSc Mathematics + **BE Computer Science* *BITS Pilani* ***▄▄▄*** *Birla In

[Mailman-Developers] Re: {Disarmed} Re: Regarding Sending messages/posts to the list

2019-03-09 Thread NAYAN KHANNA
A", "self_link": "http://localhost:8001/3.0/lists/maillist2.example.com";, "http_etag": "\"d4966cd892c82a3dbbe663fe41e321ff166a4c5b\"" } But the hyperkitty send button is still showing the KeyError named 'file'. Its traceback being

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

2019-03-08 Thread NAYAN KHANNA
Sat, 9 Mar 2019, 10:42 am ARPIT sharma, wrote: > Same problem anyone found fix for this? > > On Thu, Mar 7, 2019 at 12:28 AM NAYAN KHANNA < > f20170...@pilani.bits-pilani.ac.in> wrote: > >> I am also facing the same issue as KeyError 'file'. >> The comple

[Mailman-Developers] Re: {Disarmed} Re: Regarding Sending messages/posts to the list

2019-03-08 Thread NAYAN KHANNA
Thanks again Nayan Khanna On Sat, Mar 9, 2019 at 2:06 AM Mark Sapiro wrote: > On 3/8/19 11:35 AM, NAYAN KHANNA wrote: > > I apologize for the last message being sent incomplete. > > > > Mark, I just checked all of the above files. > > All of them have contents as expe

[Mailman-Developers] Re: Regarding Sending messages/posts to the list

2019-03-08 Thread NAYAN KHANNA
in every case, I am greeted with a message 'Error: Missing argument "LISTSPEC".' Please let me know what am I missing. Also, about the hyperkitty KeyError while sending a message, please help me on that. Thanks On Sat, Mar 9, 2019 at 1:16 AM Mark Sapiro wrote: > On 3/8/1

[Mailman-Developers] Re: Regarding Sending messages/posts to the list

2019-03-08 Thread NAYAN KHANNA
on.py" in handle_uncaught_exception 125. return debug.technical_500_response(request, *exc_info) File "/home/nayankhanna/Code/GSoC19/mailman/venv3/lib/python3.6/site-packages/Django-2.1.7-py3.6.egg/django/views/debug.py" in technical_500_response 89. reporter = ExceptionR

[Mailman-Developers] Re: Regarding Sending messages/posts to the list

2019-03-08 Thread NAYAN KHANNA
Mark, I just checked all of the above files. All of them have contents as expected. I meant that I am not able to correctly recognise the syntax of `maiman inject On Fri, Mar 8, 2019 at 10:01 PM Mark Sapiro wrote: > On 3/8/19 4:59 AM, NAYAN KHANNA wrote: > > I am facing problems i

[Mailman-Developers] Regarding Sending messages/posts to the list

2019-03-08 Thread NAYAN KHANNA
. Regards Nayan Khanna ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-le...@python.org https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.

[Mailman-Developers] Re: GSoC 2019

2019-03-07 Thread NAYAN KHANNA
lp of the mentors in doing so. Therefore I would > be happy to get assigned any of the bugs / issues. > > My github handle is < https://github.com/saswat-mishra > > <https://github.com/nayan2000> > and gitlab handle is < https://gitlab.com/saswatmishrabablu > <

[Mailman-Developers] Re: Doubts from Mailman Docs

2019-03-07 Thread NAYAN KHANNA
Nayan Khanna On Thu, Mar 7, 2019 at 10:04 PM Mark Sapiro wrote: > On 3/7/19 1:41 AM, NAYAN KHANNA wrote: > > While going through the User Guide Manual for Mailman at* > > http://docs.mailman3.org/en/latest/userguide.html > > <http://docs.mailman3.org/en/latest/userguide.ht

[Mailman-Developers] Regarding GSoC 2019

2019-03-07 Thread NAYAN KHANNA
Hello everyone, Myself Nayan Khanna, a 2nd year student at BITS Pilani currently pursuing Bachelor's of Engineering in Computer Science and Integrated MSc. Mathematics. Over the past two years, I have done projects, made REST APIs in Django, Django Rest Framework and Flask and ho

[Mailman-Developers] Doubts from Mailman Docs

2019-03-07 Thread NAYAN KHANNA
impressed by the simplicity of language, ordering and the way the whole documentation has been written. Thanks for this. Regards Nayan Khanna ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-de

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

2019-03-06 Thread NAYAN KHANNA
#mailman-suite/mailman-suite_project/settings.py # Mailman API credentials MAILMAN_REST_API_URL = 'http://localhost:8001' MAILMAN_REST_API_USER = 'restadmin' MAILMAN_REST_API_PASS = 'restpass' MAILMAN_ARCHIVER_KEY = 'SecretArchiverAPIKey' MAILMAN_ARCHIVER_FROM = ('127.0.0.1', '::1') This is the

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

2019-03-06 Thread NAYAN KHANNA
didn't seem to work. Please help me in this. Regards Nayan Khanna On Thu, Mar 7, 2019 at 12:28 AM NAYAN KHANNA < f20170...@pilani.bits-pilani.ac.in> wrote: > Also, I have sassc installed and I have removed painstore from my > INSTALLED_APPS in settings.py of mailman-suite/mail

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

2019-03-06 Thread NAYAN KHANNA
Also, I have sassc installed and I have removed painstore from my INSTALLED_APPS in settings.py of mailman-suite/mailman-suite_project. As mentioned by Xiaoxing. On Thu, Mar 7, 2019 at 12:26 AM NAYAN KHANNA < f20170...@pilani.bits-pilani.ac.in> wrote: > I am also facing the same

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

2019-03-06 Thread NAYAN KHANNA
I am also facing the same issue as KeyError 'file'. The complete traceback is shown below. Can someone please help me on this? KeyError at /postorius/lists/ 'file' Request Method: GET Request URL: http://127.0.0.1:8000/postorius/lists/ Django Version: 2.1.7 Exception Type: KeyError Exception Valu

[Mailman-Developers] MailMan Core Project

2019-02-26 Thread NAYAN KHANNA
Myself Nayan Khanna. Currently, I'm a 2nd year student at BITS Pilani pursuing Bachelors of Engineering in Computer Science and Integrated Msc. Mathematics. I was exploring the projects of Mailman and was highly impressed by some of them. I have been into Web Development from the past 2 year