Solution for: #40: macports thinks python26 needs xorg

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