Re: [Mailman-Users] AssertionError

2005-01-19 Thread John Dennis
Just so you're not left in the woods, here is a brief summary of what mailmanctl does. First of all its a daemon, which in UNIX speak means its a system service that always runs in the background, is started by the system, and does not interact with a user with any IO. It's job is to start a numb

Re: [Mailman-Users] AssertionError

2005-01-19 Thread John Dennis
On Wed, 2005-01-19 at 05:42, John Poltorak wrote: > I thought Mailman was supposed to be platform independent... I didn't have > this particular problem with v2.0.13 but I guess this must be some thing > new related to mailmanctl. Mailman is UNIX only. Perhaps you've confused the fact that pytho

Re: [Mailman-Users] AssertionError

2005-01-19 Thread Brad Knowles
At 2:13 PM + 2005-01-19, John Poltorak wrote: If anyone can suggest what I can do about the Assertion error I will try to patch my code. It would a shame to pack up at this point since I do have so much of the package working already. You may need to take this conversation to mailman-develo

Re: [Mailman-Users] AssertionError

2005-01-19 Thread John Poltorak
On Wed, Jan 19, 2005 at 01:11:26PM +0100, Brad Knowles wrote: > At 10:42 AM + 2005-01-19, John Poltorak wrote: > > >> Since you're porting to OS2 which does not to the best of my knowledge > >> support UNIX filesystems you'll have to rewrite this code. > > > > I thought Mailman was supposed

Re: [Mailman-Users] AssertionError

2005-01-19 Thread Brad Knowles
At 10:42 AM + 2005-01-19, John Poltorak wrote: Since you're porting to OS2 which does not to the best of my knowledge support UNIX filesystems you'll have to rewrite this code. I thought Mailman was supposed to be platform independent... I didn't have this particular problem with v2.0.13 bu

Re: [Mailman-Users] AssertionError

2005-01-19 Thread John Poltorak
On Tue, Jan 18, 2005 at 04:46:51PM -0500, John Dennis wrote: > On Tue, 2005-01-18 at 16:21, John Poltorak wrote: > > What is an AssertionError and how do I get rid of it? > > > > It occurs when I start mailmanctl which outputs this error:- > > > > > > Traceback (most recent call last): > > Fil

Re: [Mailman-Users] AssertionError

2005-01-18 Thread John Dennis
On Tue, 2005-01-18 at 16:21, John Poltorak wrote: > What is an AssertionError and how do I get rid of it? > > It occurs when I start mailmanctl which outputs this error:- > > > Traceback (most recent call last): > File "mailmanctl", line 547, in ? > main() > File "mailmanctl", line 402,

[Mailman-Users] AssertionError

2005-01-18 Thread John Poltorak
What is an AssertionError and how do I get rid of it? It occurs when I start mailmanctl which outputs this error:- Traceback (most recent call last): File "mailmanctl", line 547, in ? main() File "mailmanctl", line 402, in main lock._transfer_to(pid) File "/usr/local/mailman/Mai