> 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:
> > sudo apt-get install tk8.5-dev tcl8.5-dev
> >
<snip>
> > error: command 'gcc' failed with exit status 1
> > [/code]
> >
> Kurt:
> 
> I don't think you should be building the macosx backend on linux.  Try 
> copying setup.cfg.template to setup.cfg, then edit that file and 
> uncomment the line
> 
> #macosx = False
> 
> Then run setup.py build again.
> 
> 
> -Jeff


You're right, I had just tried something similar before I received your post:
I modified the setup.cfg with:
#gtk = False
#gtkagg = False
tkagg = True
wxagg = True
macosx = auto
qtagg = True

-->  I'm not sure if the qtagg means anything, but since I'm using qt, I 
thought I'd throw it in there and see what happens.

Thanks for the help!

If someone wants to modify the install page with the following suggested deps.:

TO ANYONE TRYING TO GET ALL DEPS FOR Kubuntu JAUNTY (9.04) with python 2.6...
This is the final set that got me there:

sudo apt-get install libblas-dev gfortran liblapack-dev python-symeig
libfreetype6 libfreetype6-dev tk dvipng python-qt4 python-qt4-common
python-tk python-wxgtk2.8 python-wxaddons python-wxtools wx-common
wx2.8-headers libwxbase2.8-0 libwxbase2.8-dev libwxgtk2.8-0
libwxgtk2.8-dev tcl8.5-dev tk-dev gfortran-multilib

sudo apt-get install python-qt4-dev libqt4-core python-qt4-common python-qt4
sudo apt-get install tk8.5-dev tcl8.5-dev

for Intel:

sudo apt-get install libatlas-sse2-dev libatlas3gf-sse2

or for AMD:

sudo apt-get install libatlas-3dnow-dev libatlas3gf-3dnow
                                          
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to