Comment 16 for bug 693880

Revision history for this message
Bilal Akhtar (bilalakhtar) wrote : Re: _ReportingFileSocket.readline lacks size argument

Unsubscribed sponsors for now, as we need to resolve the issues detected by selftest first, before we move to fixing this bug.

In the meantime this is a workaround to run bazaar (force usage of python 2.6):

python2.6 `which bzr` branch lp:foo

Replace branch lp:foo with the command you want to run.

My suggestion: make an upload to natty which temporarily fixes this problem by renaming:

#! /usr/bin/python

 in the first line of /usr/bin/bzr to:

#! /usr/bin/python2.6