> That looks bogus. runcmd() returns a pair of file objects. > Line 455 splits stdout into a list of lines. That can naturally > not be split again, so this is plainly bogus. What might be meant is > > if version: > version = version[0] > xcode4 = ... > > Joerg Fixed. :) Cheers, Adam