On Wed, Jun 2, 2010 at 12:34 PM, Tom Holroyd (NIH/NIMH) [E]
<t...@kurage.nimh.nih.gov> wrote:
>
>
> John Hunter wrote:
>>
>> https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-0.99.3
>
> I'm running Fedora 13, and it mostly works but the config output says that
> Tkinter isn't there, but it is. It finds Qt4 OK, but seems to have trouble
> finding tkinter and agg. I just did the yum install for these things, it's
> only with matplotlib that I have a devel version. What is it looking for and
> where do I look to see?

Make sure you have the tk-devel and tcl-devel packages installed.
Also, try editing setup.cfg

  > cp setup.cfg.template setup.cfg

and set

  tkagg = True

to force a tkagg build (rather than an autobuild).

Do a clean rebuild (rm -rf build) and post the results of the
build/compile if you have problems.

JDH

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to