Re: Building Python+GTK for Quartz

2010-07-26 Thread Chris Van Bael
Hi Jeff, I'm having some troubles with applying the patch. I copied the patch below into a file decarbon.diff on my desktop. Following your email and the MacPorts guide to applying a patch manually, in Terminal I entered following commands: sudo port clean tk cd $(port dir tk) sudo patch -p0 < ~/

Re: Building Python+GTK for Quartz

2010-07-12 Thread Chris Van Bael
Jeff, thanks, I'll try that out one of these days. Chris On Mon, Jul 12, 2010 at 5:22 PM, Jeff Singleton wrote: > Hey Chris > > First run a port clean on tk...then apply the below patch on the > Portfile under x11/tk sources folder. Then re-run your port install tk > command. > > Begin Tk

Re: Building Python+GTK for Quartz

2010-07-12 Thread Jeff Singleton
Hey Chris First run a port clean on tk...then apply the below patch on the Portfile under x11/tk sources folder. Then re-run your port install tk command. Begin Tk De-Carbon Patch = --- Portfile.858.original       2010-01-15 15:20:24.0 +0900 +++ Portfile    2010-01-15 15:31:42.0

Building Python+GTK for Quartz

2010-07-11 Thread Chris Van Bael
Hi, I'm trying to build a native GTK to use with a python application on Snow Leopard (or Leopard, I have installed both). My problem is that Tk doesn't build; I get several error sin tkMacOSXButton.c. What did I do? - I added +no_x11 +quartz to /opt/local/etc/macports/variants.conf - I ran sudo