[sage-support] Re: Pb with libpng on Mac OS (10.5 and 10.4) for tkinter installation

2009-01-13 Thread William Stein
On Tue, Jan 13, 2009 at 4:42 AM, sonnen wrote: > > > > On 13 jan, 12:20, mabshoff dortmund.de> wrote: >> On Jan 13, 2:53 am, sonnen wrote: >> >> > Hi Michael, >> >> Hi Eric, >> >> > thank you for your quick answer. >> > I found that the xft font library used by Tk is requiring a link with >> >

[sage-support] Re: Pb with libpng on Mac OS (10.5 and 10.4) for tkinter installation

2009-01-13 Thread sonnen
On 13 jan, 12:20, mabshoff wrote: > On Jan 13, 2:53 am, sonnen wrote: > > > Hi Michael, > > Hi Eric, > > > thank you for your quick answer. > > I found that the xft font library used by Tk is requiring a link with > > ImageIO which causes the trouble. The fix could then be to compile a > > new

[sage-support] Re: Pb with libpng on Mac OS (10.5 and 10.4) for tkinter installation

2009-01-13 Thread mabshoff
On Jan 13, 2:53 am, sonnen wrote: > Hi Michael, Hi Eric, > thank you for your quick answer. > I found that the xft font library used by Tk is requiring a link with > ImageIO which causes the trouble. The fix could then be to compile a > new version of Tk without the xft font library. > ./conf

[sage-support] Re: Pb with libpng on Mac OS (10.5 and 10.4) for tkinter installation

2009-01-13 Thread sonnen
Hi Michael, thank you for your quick answer. I found that the xft font library used by Tk is requiring a link with ImageIO which causes the trouble. The fix could then be to compile a new version of Tk without the xft font library. ./configure --enable-framework --disable-xft (Tcl/Tk as a framew

[sage-support] Re: Pb with libpng on Mac OS (10.5 and 10.4) for tkinter installation

2009-01-12 Thread mabshoff
On Jan 12, 5:56 am, sonnen wrote: Hi Eric, > Tkinter is not available on the binary distribution of Sage for Mac OS > 10.5 (Intel). > As I wanted to use the TkAgg backend for matplotib I compiled Sage > from the source. However then again import Tkinter failed (even though > tk8.4 is installed