Thanks John, I had been hoping to avoid command line calls. However, I'm probably just putting unnecessary obstacles up, so unless anybody advises against it I'm going to use subprocess to call the scripts I have to and leave it at that.
Ben ----- Original Message ---- From: John Dennis <[EMAIL PROTECTED]> To: Ben Sims <[EMAIL PROTECTED]> Cc: Lennon Day-Reynolds <[EMAIL PROTECTED]>; [email protected] Sent: Thursday, 24 May, 2007 6:21:42 PM Subject: Re: [Mailman-Developers] Interacting with mailman remotely through APIs / wrappers On Thu, 2007-05-24 at 09:10 -0700, Ben Sims wrote: > Regarding the Python APIs, I wondered if there is any documentation > available? At the moment I am going over the source, which is a bit heavy > going. > > For example, I am having trouble working out if it is possible to create a > new list from the Python modules directly? > > Any pointers to the right docs here would be appreciated. Your best bet might be to look at the command line interfaces under the /bin directory in the source tarball. For the case cited you'll want to look at bin/newlist. -- John Dennis <[EMAIL PROTECTED]> ___________________________________________________________ Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for your free account today http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
