Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread KURT PETERS
> From: jsw...@fastmail.fm > Subject: Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, > python 2.6 > To: petersk...@msn.com > > KURT PETERS wrote: > > OK, that got me a hair further :-) With your suggestion I got past > > that speed bump by:

Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread Jeff Whitaker
KURT PETERS wrote: > OK, that got me a hair further :-) With your suggestion I got past > that speed bump by: > sudo apt-get install tk8.5-dev tcl8.5-dev > > Now the error is a little more sinister. I did a tiny bit of research > and some posts says the error could be due to no installation of

Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread KURT PETERS
OK, that got me a hair further :-) With your suggestion I got past that speed bump by: sudo apt-get install tk8.5-dev tcl8.5-dev Now the error is a little more sinister. I did a tiny bit of research and some posts says the error could be due to no installation of g++. but... [code] sudo ap

Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread Jeff Whitaker
a tk 8.5 header. -Jeff > > Kurt > > > Date: Tue, 13 Oct 2009 15:55:51 -0600 > > From: jsw...@fastmail.fm > > Subject: Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl > 0.99.1.1, python 2.6 > > To: petersk...@msn.com > > CC: matplotlib-users@lists.sou

Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread KURT PETERS
Apparently, I have two :-) $ sudo find / -name "tk.h" /usr/include/tcl8.4/tk.h /usr/include/tcl8.4/tk-private/generic/tk.h Kurt > Date: Tue, 13 Oct 2009 15:55:51 -0600 > From: jsw...@fastmail.fm > Subject: Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1,

Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread KURT PETERS
Well, while I waited for more help/thoughts on the matter, I happened to have another machine with Jaunty 9.04 that I thought I'd give a try I consolidated the install down with the "apt-get" commands at the bottom, and matplotlib failed on the new machine as well (but took longer to fail possi

Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread Jeff Whitaker
2 -0600 > > From: Jeff Whitaker > > Subject: Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl > > 0.99.1.1, python 2.6 > > To: KURT PETERS > > Cc: matplotlib-users@lists.sourceforge.net > > Message-ID: <4ad4d90e.5080...@fastmail.fm> > > >

Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread KURT PETERS
amazingly difficult. Didn't remember it being this hard when I did it on my Suse machine. Kurt == > Date: Tue, 13 Oct 2009 13:46:22 -0600 > From: Jeff Whitaker > Subject: Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl > 0.99.1.1, python 2.6 > T

Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread KURT PETERS
Getting closer... I'm going to post the sum total of "apt-get installs" I had to do to get matplotlib installed when I get it working (prelim. is at the end of this message). I'm thinking on this one, something with ltk in it, but none of these look promising: [code] apt-cache search tk | gr

Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread Eric Firing
KURT PETERS wrote: > OK, I got by the tk part by installing tk-dev, but now get: [...] > build/temp.linux-i686-2.6/CXX/cxxextensions.o -L/usr/local/lib > -L/usr/local/lib -ltk8.5 -ltcl8.5 -lstdc++ -lm -lfreetype -lz -lstdc++ > -lm -o build/lib.linux-i686-2.6/matplotlib/backends/_tkagg.so > /usr/b

Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread Jeff Whitaker
KURT PETERS wrote: > I'm pretty sure I have all the required minimal dependencies > installed, but get an error when I sudo python setup.py build. Any > thoughts? I can start python and import Tkinter without an error. So > I don't know why it's not finding it. > > [code] > sudo python setup.

Re: [Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread KURT PETERS
686-2.6/CXX/cxx_extensions.o build/temp.linux-i686-2.6/CXX/cxxsupport.o build/temp.linux-i686-2.6/CXX/IndirectPythonInterface.o build/temp.linux-i686-2.6/CXX/cxxextensions.o -L/usr/local/lib -L/usr/local/lib -ltk8.5 -ltcl8.5 -lstdc++ -lm -lfreetype -lz -lstdc++ -lm -o build/lib.linux-i686-2.6/matpl

[Matplotlib-users] cannot install kubuntu 9.04 mpl 0.99.1.1, python 2.6

2009-10-13 Thread KURT PETERS
I'm pretty sure I have all the required minimal dependencies installed, but get an error when I sudo python setup.py build. Any thoughts? I can start python and import Tkinter without an error. So I don't know why it's not finding it. [code] sudo python setup.py build ===