[Distutils] entry points PEP

PJ Eby pje at telecommunity.com
Fri Jul 19 22:42:29 CEST 2013


On Fri, Jul 19, 2013 at 2:09 PM, Joe Gordon <joe.gordon0 at gmail.com> wrote:
> When I try importing pkg_resources in our development environment it is very
> slow:

Use zc.buildout to install the application you're invoking, and then
it won't need to import pkg_resources.  (Unless the actual app uses
it.)


More information about the Distutils-SIG mailing list