On Thu, Dec 25, 2008 at 11:48 PM, R. Tyler Ballance <tyler@xxxxxxxxx> wrote: > > Looks pretty nice, I was trying to give this a whirl on Python 2.6 and > was receiving the following errors while trying to build: > > > tyler@starfruit:~/source/git/git-cola> /usr/bin/python setup.py > build > Traceback (most recent call last): > pyqtver = utils.run_cmd('pyuic4', '--version').split()[-1] > OSError: [Errno 8] Exec format error > tyler@starfruit:~/source/git/git-cola> > > > openSUSE 11.1 (my current OS) ships with 2.6 by default now, so I'm > curious as to the environment you're running cola in? > > Looks fancy, can't wait to get it running :) > > Cheers > -- > -R. Tyler Ballance > Slide, Inc. > I'm on debian. There's official debian packages these days that are making their way into both ubuntu and debian. I'm probably doing something wrong since maybe pyuic4 isn't supposed to be called via subprocess.Popen()? See the INSTALL file under 'build issues'. Your pyuic4 is missing a shebang line at the top of the file. I'm not sure if that's a packaging bug (openSUSE) or pyqt4 bug. debian's pyuic4 has a #!/bin/sh line at the top and thus doesn't have this issue. I should probably change it so that it works either way... i'll see if I can work around that. -- David -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html