[Chicago] setuptools required?

Lukasz Szybalski szybalski at gmail.com
Sat Nov 1 02:57:40 CET 2008


And the solution is...:


In setup.py I think you are supposed to use use_setuptools() :
 from ez_setup import use_setuptools
 use_setuptools()

This will do what you want when typing any setup.py command.


Hope this will help...

Christophe


More information about the Chicago mailing list