On Dec 4, 5:28 pm, "David Joyner" <[EMAIL PROTECTED]> wrote:
> Hi:
>
> A related question to the Sage+Tck/Tk issue:
>
> After installing the Tck/Tk development libraries and reinstalling
> Sage's Python, I installed Sage's PIL optional package.
> It compiled fine for the most part but the tkinter connection is missing
> (it's a file called _imagingtk.so in site-packages/PIL/*).
> Here is part of the install log which I think illustrated the problem:
>
> <snip>
> building '_imagingtk' extension
> creating build/temp.linux-x86_64-2.5/Tk
> gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall
> -Wstrict-prototypes -fPIC
> -I/home/wdj/sagefiles/sage-3.2.1.rc0/local/include/freetype2
> -IlibImaging -I/home/wdj/sagefiles/sage-3.2.1.rc0/local/include
> -I/usr/local/include -I/usr/include
> -I/home/wdj/sagefiles/sage-3.2.1.rc0/local/include/python2.5 -
<SNIP>
> _imagingtk.c:20:16: error: tk.h: No such file or directory
The compiler can't find the tk headers.
<SNIP>
> Any ideas on how to fix this?
The compiler is looking in /usr/local/include and /usr/include - where
is your tk.h located?
> - David Joyner
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---