Where to download bugfix for email Module?

Michael Hudson mwh at python.net
Mon Mar 18 06:33:55 EST 2002


Oleg Broytmann <phd at phd.pp.ru> writes:

> > (2) distribution. If I want to distribute code that I'm developing, and I
> > use the latest CVS releases to develop my code, such that my code relies on
> > these CVS releases, how do I distribute code to others who are running the
> > standard 2.2 install?
> 
>    The simplest (though not the best) solution would be to distribute a
> copy of the email package with your code. You know, Python inserts the path
> to your application in the beginning of sys.path, so upon "import email"
> your copy of the package will be imported, and not standard package.

It may reduce hair-loss to call this package something else --
"xemail" or "myemail" or something like that.

Cheers,
M.

-- 
  Q: Isn't it okay to just read Slashdot for the links?
  A: No. Reading Slashdot for the links is like having "just one hit"
     off the crack pipe.
     -- http://www.cs.washington.edu/homes/klee/misc/slashdot.html#faq



More information about the Python-list mailing list