Re: [matplotlib-devel] setupext.py chooses tk on mac OS X incorrectly

2009-02-12 Thread Jayson Barr
ms to look in the basedir[os.system] directories for Tk as a last result rather than /usr/local Basically, I am just sharing some of the ideas I have been playing with. Jayson On Thu, Feb 12, 2009 at 12:45 PM, Jayson Barr wrote: > I was looking at setupext.py and I am thinking that we could ju

Re: [matplotlib-devel] setupext.py chooses tk on mac OS X incorrectly

2009-02-10 Thread Jayson Barr
nds like we can get this tested pretty well. Thanks, and talk to you soon, Jayson On Sat, Feb 7, 2009 at 7:44 AM, John Hunter wrote: > On Wed, Feb 4, 2009 at 5:08 PM, Jayson Barr wrote: > >> 4). I don't mind helping write the patch. I am only worried about >> not kno

Re: [matplotlib-devel] setupext.py chooses tk on mac OS X incorrectly

2009-02-04 Thread Jayson Barr
I should also add that the reason it won't find my tclConfig.sh and tkConfig.sh files is because they were configured/installed with the --prefix option, but with the information from Python this is easily resolvable. Jayson On Wed, Feb 4, 2009 at 3:08 PM, Jayson Barr wrote: > Hello, &

[matplotlib-devel] setupext.py chooses tk on mac OS X incorrectly

2009-02-04 Thread Jayson Barr
Hello, I was having trouble getting matplotlib to link to the correct Tcl and Tk, and as a result uncovered what I would call a bug, or at least unpredictable behavior. Basically, I have a custom Tcl/Tk installation, and I setup python to correctly find them, so I have the expectation that Matplo