On 22 April 2016 at 15:58, George Nurser <gnur...@gmail.com> wrote:
> IIs the problem that the current version of pkg_resources (which I believe
> is part of setuptools) automatically searches for ordereddict or is it a
> funcsigs problem?   I am running v 19.2 of setuptools and v 1.0.0 of
> funcsigs:

Funcsigs declares that it requires ordereddict in order to run. So the
message is correct. Whether funcsigs could be modified to use
collections.OrderedDict if present as an alternative to ordereddict,
is a question for the funcsigs project. It looks like it's already
been raised: https://github.com/testing-cabal/funcsigs/issues/18

Paul
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to