Re: [Mailman-Developers] New to mailman

2012-12-22 Thread Barry Warsaw
On Dec 22, 2012, at 01:02 PM, Sandesh Agrawal wrote: >I am using python 2.7.3 and bin/py interpreter prompt to run : > master = TestableMaster() master.start() > >But the following error occurs : >-- >Traceback (most

Re: [Mailman-Developers] New to mailman

2012-12-21 Thread Sandesh Agrawal
I am using python 2.7.3 and bin/py interpreter prompt to run : >>> master = TestableMaster() >>> master.start() But the following error occurs : -- Traceback (most recent call last): File "", line 1, in File "/home/sande

Re: [Mailman-Developers] New to mailman

2012-12-21 Thread Barry Warsaw
On Dec 22, 2012, at 12:04 AM, Sandesh Agrawal wrote: >Yes i was using python's default interpreter which was causing >problems. /bin/py worked. Cool. >While making "class FakeArgs" for starting master process in mailman, > i am doing config = make_config(), > which gives the following error :

Re: [Mailman-Developers] New to mailman

2012-12-21 Thread Sandesh Agrawal
> Did you type this into the interpreter prompt? If so, how did you start > Python? Where exactly did you "run this"? Yes i was using python's default interpreter which was causing problems. /bin/py worked. While making "class FakeArgs" for starting master process in mailman, i am doing conf

Re: [Mailman-Developers] New to mailman

2012-12-21 Thread Barry Warsaw
On Dec 21, 2012, at 02:49 PM, Sandesh Agrawal wrote: >from mailman.commands.tests.test_control import make_config > >i got the following error: > >--- >Traceback (most recent call last): > File "", line 1, in

Re: [Mailman-Developers] New to mailman

2012-12-21 Thread Sandesh Agrawal
while running this : from mailman.commands.tests.test_control import make_config i got the following error: --- Traceback (most recent call last): File "", line 1, in File "mailman/__init__.py", line 50,

Re: [Mailman-Developers] New to mailman

2012-12-20 Thread Barry Warsaw
On Dec 21, 2012, at 01:29 AM, Sandesh Agrawal wrote: >1. I was going through ~/runners/lmtp.py in mailman 3 source code and >found a line "from zope.component import getUtility" but there is no >folder named zope anywhere, am i missing something ? After you've done the buildout steps, you'll not

Re: [Mailman-Developers] New to mailman

2012-12-20 Thread Sandesh Agrawal
1. I was going through ~/runners/lmtp.py in mailman 3 source code and found a line "from zope.component import getUtility" but there is no folder named zope anywhere, am i missing something ? 2. Where are the definition of all the functions of classes defined in /mailman/interfaces in mailman 3 s

Re: [Mailman-Developers] New to mailman

2012-12-10 Thread Terri Oda
On 12/10/2012 10:51 AM, Sandesh Agrawal wrote: Hey Terri, i would really like to make a written transcript while i learn about the architecture. Writing them as soon as i learn would be much easier, for that i would require the write access to wiki. I created my launchpad account with email id:

Re: [Mailman-Developers] New to mailman

2012-12-10 Thread Terri Oda
On 12/10/2012 09:48 AM, Barry Warsaw wrote: You might also be interested in this talk I gave at Pycon 2012. http://pyvideo.org/video/688/mailman-3 BTW, if someone would like to make a really valuable contribution to Mailman *while* they're learning a bit about the architecture, we could real

Re: [Mailman-Developers] New to mailman

2012-12-10 Thread Sandesh Agrawal
Thanks barry, i got my answer. I will go through the resources you mentioned. ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable

Re: [Mailman-Developers] New to mailman

2012-12-10 Thread Sandesh Agrawal
Thanks everybody for the help and replies. I was going through a bug regarding unique message ids in LMTP runner in mailman 3. But i could not find any documentation regarding what is LMTP runner and where its code resides. All i could find was wiki regarding how to use launchpad and bazaar. I ju

Re: [Mailman-Developers] New to mailman

2012-12-10 Thread Barry Warsaw
On Dec 09, 2012, at 10:32 PM, Sandesh Agrawal wrote: >I am particularly interested in this bug/wishlist : >#1082495 Support bracketed prefixes in subject as >filters >https://bugs.launchpad.net/mailman/+bug/1082495?comments=all > >But not sure where

Re: [Mailman-Developers] New to mailman

2012-12-10 Thread Barry Warsaw
On Dec 10, 2012, at 04:09 PM, Adam McGreggor wrote: >Is the FSF / GPL statement/paperwork still needed? It depends on the size of the contribution. It should not be necessary for smallish bug fixes. -Barry ___ Mailman-Developers mailing list Mailman-D

Re: [Mailman-Developers] New to mailman

2012-12-10 Thread Barry Warsaw
On Dec 10, 2012, at 01:46 AM, Stephen J. Turnbull wrote: >Sandesh Agrawal writes: Welcome Sandesh! > > But i have no idea about how to proceed , can somebody help me please. > >Well, first you need to tell us where you're stuck! > >The basic procedure is > >1. Get a Launchpad account (sooner or

Re: [Mailman-Developers] New to mailman

2012-12-10 Thread Adam McGreggor
On Mon, Dec 10, 2012 at 01:46:29AM +0900, Stephen J. Turnbull wrote: > Sandesh Agrawal writes: > > But i have no idea about how to proceed , can somebody help me please. > > Well, first you need to tell us where you're stuck! > > The basic procedure is > 1. Get a Launchpad account (sooner or la

Re: [Mailman-Developers] New to mailman

2012-12-09 Thread Mark Sapiro
Sandesh Agrawal wrote: > >Also can you suggest me some easier bugs to start with. Look at bugs tagged 'easy' . -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___

Re: [Mailman-Developers] New to mailman

2012-12-09 Thread Sandesh Agrawal
I am particularly interested in this bug/wishlist : #1082495 Support bracketed prefixes in subject as filters https://bugs.launchpad.net/mailman/+bug/1082495?comments=all But not sure where to start from or which part of code to see... Also can you

[Mailman-Developers] New to mailman

2012-12-09 Thread Stephen J. Turnbull
Sandesh Agrawal writes: > But i have no idea about how to proceed , can somebody help me please. Well, first you need to tell us where you're stuck! The basic procedure is 1. Get a Launchpad account (sooner or later). 2. Check out the most recent commit to the sources you're interested i