On Tue, Aug 4, 2009 at 3:52 AM, Johann Rohwer<j...@sun.ac.za> wrote:
> Using the latest SVN matplotlib, the TkAgg backed does not get built
> even though all the libraries are installed (Linux 64-bit). The
> following error message occurs during the build:
>
> Tkinter: no
>         * Using default library and include directories for
>         * Tcl and Tk because a Tk window failed to open.
>         * You may need to define DISPLAY for Tk to work so
>         * that setup can determine where your libraries are
>         * located. Tkinter present, but header files are not
>         * found. You may need to install development
>         * packages.


The message suggests you may not have access to the windowing system,
and the build process needs it to import tk.  Are you building on a
remote box, or as root who may not have access to your user desktop?
If so, you can solve these problems by ssh with -X or otherwise make
sure that you can launch an X window in your build environment.

JDH

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to