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

2009-02-12 Thread Jayson Barr
Adam: sorry, I didn't mean to just send that straight to you. gmail decided its default would be to send to you and not the mailing list. Everyone else: The message that was supposed to go to the list: I was looking at setupext.py and I am thinking that we could just change the add_tk_flags fun

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

2009-02-10 Thread Adam Mercer
On Mon, Feb 9, 2009 at 17:08, Jayson Barr wrote: > I agree with JDH. Likewise. > Unfortunately, work has been exceptionally hectic so I haven't begun > the patch (if you don't count the hack job I did to install it for > myself). Same here, I'm really busy with work and don't have much time to

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

2009-02-10 Thread Jayson Barr
Hi all, I agree with JDH. Unfortunately, work has been exceptionally hectic so I haven't begun the patch (if you don't count the hack job I did to install it for myself). Hi Adam, As noted above, I haven't started a patch yet but I would be up for working with you on one. It sounds like we can

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

2009-02-07 Thread John Hunter
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 knowing the intricacies of all the random supported platforms that > you all look out for. For example: I know jack about Windows linking. > Either way, I'll update it

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

2009-02-05 Thread Adam Mercer
On Wed, Feb 4, 2009 at 17:08, Jayson Barr wrote: > 2). If the Tk/Tcl libraries were installed from source instead of > using the binaries you suggested installing, then it will just use the > wrong system Framework anyway. I bet people using macports and other > unix-like package managers on ma

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, > > I was h

[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