On Wed, 10 Dec 2008 12:13:28 +
Matt Nordhoff <[EMAIL PROTECTED]> wrote:
> Julian Smith wrote:
> > I don't seem to be able to use the `email' module from within a bazaar
> > plugin. Other modules work ok, e.g. nntplib.
> >
> > Here's my plugin, cut-down to show just the email problem:
> >
> >
Julian Smith wrote:
> I don't seem to be able to use the `email' module from within a bazaar
> plugin. Other modules work ok, e.g. nntplib.
>
> Here's my plugin, cut-down to show just the email problem:
>
> import sys
> print 'sys.version', sys.version
>
> import nntplib
> n = nntplib.NN