On 10/4/07, Chris <[EMAIL PROTECTED]> 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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to