Re: [Matplotlib-users] Linking non framework Tcl/Tk on Mac OS X

2008-06-27 Thread Adam Mercer
On Fri, Jun 27, 2008 at 12:03 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: > You'll need to edit setupext.py to not inject the "-framework Tcl -framework > Tk" flags. > Thanks Charlie, that does the trick. Cheers Adam - Chec

Re: [Matplotlib-users] Linking non framework Tcl/Tk on Mac OS X

2008-06-27 Thread Charlie Moad
You'll need to edit setupext.py to not inject the "-framework Tcl -framework Tk" flags. - Charlie On Fri, Jun 27, 2008 at 12:36 AM, Adam Mercer <[EMAIL PROTECTED]> wrote: > Hi > > I'm trying to track down a problem present in MacPorts Matplotlib > build and the TkAgg backend. It appears that Mat

[Matplotlib-users] Linking non framework Tcl/Tk on Mac OS X

2008-06-26 Thread Adam Mercer
Hi I'm trying to track down a problem present in MacPorts Matplotlib build and the TkAgg backend. It appears that Matplotlib is linking against the system Tcl/Tk in /System/Library/Frameworks and not the non-framework Tcl/Tk installed by MacPorts, as to be expected this is causing segfaults when t