registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #32195
[Bug 693880] 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
--
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Debian.
https://bugs.launchpad.net/bugs/693880
Title:
_ReportingFileSocket.readline lacks size argument