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

2019-03-06 Thread Xiaoxing Ye
Hi Nayan, I have re-proed the issue. Please run *pip install falcon==1.4.1* to force install the latest stable release of falcon. Falcon 2.0.0a1 is not compatible with Mailman up to now. This should fix your problem. On Thu, Mar 7, 2019 at 5:20 AM NAYAN KHANNA < f20170...@pilani.bits-pilani.a

[Mailman-Developers] Re: How to use postfix with dummy email backend

2019-03-06 Thread Abhilash Raj
On Wed, Mar 6, 2019, at 9:57 AM, uwais zaki wrote: > I have a domain example.com with a list examplelist. > what should I write in the field recipient in mailman.cfg? I am not sure what do you mean by this, which field "recipient" are you talking about? > and how to send mail to the list using P

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

2019-03-06 Thread Abhilash Raj
Just as an FYI, not all dependencies of Mailman Core are verified to work or even install on Windows. You'd need a Linux/macOS to develop Mailman Core. Web components works okay last time I checked. On Wed, Mar 6, 2019, at 10:00 AM, imsubha...@gmail.com wrote: > Hi there, I was trying to setup Ma

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

2019-03-06 Thread Krishna Kumar Dey
I think restarting mailman core can help. On Thu, Mar 7, 2019 at 3:03 AM NAYAN KHANNA < f20170...@pilani.bits-pilani.ac.in> wrote: > The output of pip freeze|grep falcon is: > falcon==1.4.1 > > Also, on opening http://127.0.0.1:8001/3.1/, > > A server error occurred. Please contact the administr

[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 open > http://localhos

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

[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 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 think the falcon version will be 2.0

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

2019-03-06 Thread Krishna Kumar Dey
Hey NAYAN, Please use flacon 1.4.1. pip install falcon==1.4.1 If you will check I think the falcon version will be 2.0. On Thu, Mar 7, 2019 at 12:26 AM NAYAN KHANNA < f20170...@pilani.bits-pilani.ac.in> wrote: > I am also facing the same issue as KeyError 'file'. > The complete traceback is sh

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

2019-03-06 Thread Mark Sapiro
On 3/6/19 11:57 AM, NAYAN KHANNA wrote: > @Mark Sapiro > @Abhilash Raj > Could you please help me in this? I have been working on this error since > the past day and havent had any significant progress. It is very hard to follow the traceback. Note where you copied > Server time: Wed, 6 Mar 2019

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

2019-03-06 Thread NAYAN KHANNA
@Mark Sapiro @Abhilash Raj Could you please help me in this? I have been working on this error since the past day and havent had any significant progress. I had even referred to https://lists.mailman3.org/archives/list/mailman-us...@mailman3.org/thread/PUFU3TNS2DC22LDXS3CWDPJEJUI4HOQL/ But this di

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

2019-03-06 Thread Mark Sapiro
On 3/6/19 10:34 AM, aaryan bhagat wrote: > Like should we create a issue for this. > (I am asking to everyone who has replied to this thread atleast and to the > administrators also) which removed paintstore removed it also from INSTALLED

[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 issue as KeyError

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

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

2019-03-06 Thread aaryan bhagat
Ok, I will check. Thanks Dinesh Xiaoxing On Thu, 7 Mar 2019, 00:08 Krishna Kumar Dey, wrote: > There is already an issue created for the same. Xiaoxing mention about > in the threads. You can check the issue here > https://gitlab.com/mailman/hyperkitty/issues/72 > > On Thu, Mar 7, 2019 at 12:0

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

2019-03-06 Thread Krishna Kumar Dey
There is already an issue created for the same. Xiaoxing mention about in the threads. You can check the issue here https://gitlab.com/mailman/hyperkitty/issues/72 On Thu, Mar 7, 2019 at 12:04 AM aaryan bhagat wrote: > Like should we create a issue for this. > (I am asking to everyone who has r

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

2019-03-06 Thread aaryan bhagat
Like should we create a issue for this. (I am asking to everyone who has replied to this thread atleast and to the administrators also) On Thu, 7 Mar 2019, 00:02 Krishna Kumar Dey, wrote: > Yes I also faced this issue and did the same thing as Xiaoxing mentioned. > Removing the paintstore from

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

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

2019-03-06 Thread aaryan bhagat
Hi Xiaoxing, If you are saying 'painstore' is not required as of feb 22 canbot we just update the repo to latest version with paintstore not there? Is it done? On Wed, 6 Mar 2019, 23:35 Xiaoxing Ye, wrote: > Hi Dinesh, > > Your error message is not completed. I am guessing there are two > possib

[Mailman-Developers] Re: Gsoc introduction

2019-03-06 Thread Abhilash Raj
HI Uwais, On Wed, Mar 6, 2019, at 9:55 AM, uwais zaki wrote: > Hey, > I am Uwais Zaki, a sophomore at IIT Roorkee. I have experience in > developing web applications using the python frameworks, Django and > DjangoRestFramework and javascript frameworks, React. I find your > projects interestin

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

2019-03-06 Thread Xiaoxing Ye
Hi Dinesh, Your error message is not completed. I am guessing there are two possibilities, 1. You have no sassc installed. In this case, please install using apt. 2. It is asking for paintstore. As of the release on Feb 22, ``paintstore`` is no longer a dependency of Hyperkitty. This change requi

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

2019-03-06 Thread Ye Xiaoxing
Hi Dinesh, The error message is missing a part? But I guess you are missing sassc or paintstore. 1. If it is saying "ModuleNotFoundError: No module named 'paintstore'.", please remove paintstore from INSTALLED_APPS in setttings.py file of Hyperkitty 2. If talking about sassc, please install i

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

2019-03-06 Thread imsubhams1
Hi there, I was trying to setup Mailman Core. I successfully cloned the repository from gitlab and downloaded it locally. Then I executed the command python setup.py develop.. . . . Using f:\anaconda\envs\gsoc\lib\site-packages\nose-1.3.7-py3.5.egg Searching for markupsafe==1.1.1 Best match: mark

[Mailman-Developers] How to use postfix with dummy email backend

2019-03-06 Thread uwais zaki
I have a domain example.com with a list examplelist. what should I write in the field recipient in mailman.cfg? and how to send mail to the list using postfix? ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an ema

[Mailman-Developers] Gsoc introduction

2019-03-06 Thread uwais zaki
Hey, I am Uwais Zaki, a sophomore at IIT Roorkee. I have experience in developing web applications using the python frameworks, Django and DjangoRestFramework and javascript frameworks, React. I find your projects interesting and would like to participate in GSOC with mailman. How do I proceed f

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

2019-03-06 Thread Dinesh Bhagat
On running command .: "python manage.py migrate" after mailman-suite installation. This is showing the below Given error. Please help me out. Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/home/dinesh/Desktop/GSoC/mailman