From: John H. <jd...@gm...> - 2007-10-04 14:32:45
|
On 10/4/07, Chris <lis...@ma...> wrote: > Is there a way of forcing them to install? I dont mind going in and > deleting things by hand myself, but I am trying to have a build that > installs for almost everyone with minimum tinkering. Yes, just edit setup.py and remove the conditional checks and simply call # always add these to the installer add_pytz() add_dateutil() If you need something in the mpl build itself, eg so you can track svn or future releases, we could probably support an environment variable or something like it. JDH |