Ticket #56 (closed defect: worksforme)
easy_install fails on matplotlib installation check
Reported by: | mmckerns | Owned by: | mmckerns |
---|---|---|---|
Priority: | major | Milestone: | mystic-0.1a2 |
Component: | mystic.tools | Keywords: | |
Cc: |
Description
easy_install fails on matplotlib installation check
Change History
Note: See
TracTickets for help on using
tickets.
importing matplotlib (in setup.py) to check if it's installed causes problems with easy_install... so we just won't check if the optional dependency matplotlib is installed
fixed r133