From: James L. <jwl...@gm...> - 2005-11-27 02:55:50
|
It works fine in TkAgg. That implies that you are right and it is a threading problem in pygtk. Thanks a lot for tracking this down. James Landry On 11/25/05, John Hunter <jdh...@ac...> wrote: > > >>>>> "James" =3D=3D James Landry <jwl...@gm...> writes: > > James> Maybe this is a dumb question, but I've installed tk-devel > James> and tcl-devel. Still doesn't work. Do I need to reinstall > James> matplotlib or do it from source? > > Yes, after installing the dev headers you will need to rebuild > matplotlib from src. I suggest you capture the output of the build > process is case you need to post it > > > sudo rm -rf build > > sudo python setup.py install >& build.out > > JDH > > James> James > > James> On 11/25/05, John Hunter <jdh...@ac...> > James> wrote: > >> >>>>> "James" =3D=3D James Landry <jwl...@gm...> writes: > >> > James> I get the following message, when I try to use it, which I > James> don't understand, because I have tkinter installed: > >> It means that matpltolib was not able to find the tk src code > >> needed to compile the tkagg extension. Usually this is because > >> you haven't installed the tk-dev and tcl-dev packages. > >> > >> JDH > >> > > > > James> -- James W. Landry jwl...@gm... > -- James W. Landry jwl...@gm... |