From: John H. <jd...@gm...> - 2009-08-04 13:47:04
|
On Tue, Aug 4, 2009 at 3:52 AM, Johann Rohwer<jr...@su...> 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 |