#40: macports thinks python26 needs xorg

Solved!
Clearly that is just plain ridiculous.

install Tk variant that uses OS X native X11

1
sudo port install tk +quartz


If you already installed a bunch of the stupid xorg libs, you might also want to do

port installed |grep xorg | sed s/\(active\)// | xargs sudo port uninstall

Think you've got a better solution? Help 148c663fd665c53518538e093ce3c2ab_small kueda out by posting your solution