Re: [Matplotlib-users] build problems

2011-07-08 Thread Paul Ivanov
Nat Echols, on 2011-06-28 12:58, wrote: > We started using Python 2.7.2 a week or two ago, and I'm now running into > this problem when attempting to build matplotlib 1.0.1 on several of our > machines: > > Traceback (most recent call last): > File "setup.py", line 162, in > if check_for_

[Matplotlib-users] build problems

2011-06-28 Thread Nat Echols
We started using Python 2.7.2 a week or two ago, and I'm now running into this problem when attempting to build matplotlib 1.0.1 on several of our machines: basedirlist is: [] BUILDING MATPLOTLIB matplotlib: 1

Re: [Matplotlib-users] build problems with TkAgg backend

2009-08-05 Thread Johann Rohwer
On Tuesday 04 August 2009, John Hunter wrote: > Very odd. I suggest opening up setupext.py and finding the > function "check_for_tk". There are a series of test which > ultimately set the "gotit" variable to determine whether you have > tk for building. Insert a lot of debug print statements thro

Re: [Matplotlib-users] build problems with TkAgg backend

2009-08-04 Thread Johann Rohwer
Michael Droettboom wrote: > What distro are you on? It seems that Tcl/Tk moves the header files > around on a regular basis while not providing a standard way to > determine their location. It's like a wild goose chase ;) Perhaps > you're running something new and blazing new territory here ;

Re: [Matplotlib-users] build problems with TkAgg backend

2009-08-04 Thread Michael Droettboom
What distro are you on? It seems that Tcl/Tk moves the header files around on a regular basis while not providing a standard way to determine their location. It's like a wild goose chase ;) Perhaps you're running something new and blazing new territory here ;) Mike John Hunter wrote: > On T

Re: [Matplotlib-users] build problems with TkAgg backend

2009-08-04 Thread John Hunter
On Tue, Aug 4, 2009 at 9:14 AM, Johann Rohwer wrote: > Type "help", "copyright", "credits" or "license" for more information. import Tkinter a=Tkinter.tkinter.create() > > which creates a tk window on my desktop. > > So really in the dark what's going on here Very odd. I suggest op

Re: [Matplotlib-users] build problems with TkAgg backend

2009-08-04 Thread Johann Rohwer
On Tuesday 04 August 2009, John Hunter wrote: > On Tue, Aug 4, 2009 at 3:52 AM, Johann Rohwer 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: > >

Re: [Matplotlib-users] build problems with TkAgg backend

2009-08-04 Thread John Hunter
On Tue, Aug 4, 2009 at 3:52 AM, Johann Rohwer 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 incl

Re: [Matplotlib-users] build problems with TkAgg backend

2009-08-04 Thread John Hunter
On Tue, Aug 4, 2009 at 3:52 AM, Johann Rohwer 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 incl

[Matplotlib-users] build problems with TkAgg backend

2009-08-04 Thread Johann Rohwer
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

Re: [Matplotlib-users] Build problems under Linux - swig_runtime.h error

2009-07-17 Thread Eric Firing
Johann Rohwer wrote: > After upgrading to the latest Mandriva Linux I can no longer compile > Matplotlib. The following error occurs: > > > In file included from src/backend_agg.cpp:37: > src/swig_runtime.h: In function 'void SWIG_Python_AddErrorMsg(const > char*)': > src/swig_r

[Matplotlib-users] Build problems under Linux - swig_runtime.h error

2009-07-17 Thread Johann Rohwer
After upgrading to the latest Mandriva Linux I can no longer compile Matplotlib. The following error occurs: In file included from src/backend_agg.cpp:37: src/swig_runtime.h: In function 'void SWIG_Python_AddErrorMsg(const char*)': src/swig_runtime.h:859: error: format not a str