[Pymilter] simple milter design needed

Stuart D. Gathman stuart at bmsi.com
Thu Apr 15 11:03:22 EDT 2004


On Wed, 14 Apr 2004, Eric S. Johansson wrote:

> [root at redweb milter-0.6.7]# python setup.py --help
> /usr/lib/python2.2/distutils/dist.py:215: UserWarning: Unknown 
> distribution option: 'classifiers'
>    warnings.warn(msg)
> Global options:
>    --verbose (-v)  run verbosely (default)
> 
> ever see these errors?  I see them listed in google but nobody ever 
> seems to know how to fix them.

That is a new setup parm added in python2.3.  Making setup.py work with
older pythons will require testing python version (straightforward) and
then passing keywords options to setup() as a dict (ugly).  How needed is
pre 2.3 compatibility?

-- 
			Stuart D. Gathman <stuart at bmsi.com>
      Business Management Systems Inc.  Phone: 703 591-0911 Fax: 703 591-6154
      "Very few of our customers are going to have a pure Unix
      or pure Windows environment." - Dennis Oldroyd, Microsoft Corporation




More information about the Pymilter mailing list