Solution for: #40: macports thinks python26 needs xorg
install Tk variant that uses OS X native X11
- kueda on May 01, 2009, 07:20 AM UTC
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