From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: 'bzr init-repo .' crashes for lack of module bz2. Help, please! Date: Mon, 28 Dec 2009 16:14:37 -0500 Message-ID: <87aax2hkci.fsf@red-bean.com> References: <20091228170401.GA4553@muc.de> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262034989 11061 80.91.229.12 (28 Dec 2009 21:16:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Dec 2009 21:16:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 28 22:16:21 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NPMwu-0000Qr-Ah for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 22:16:20 +0100 Original-Received: from localhost ([127.0.0.1]:48125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPMwu-0004Az-9V for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 16:16:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPMvN-0003hu-Ar for emacs-devel@gnu.org; Mon, 28 Dec 2009 16:14:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPMvI-0003br-0h for emacs-devel@gnu.org; Mon, 28 Dec 2009 16:14:44 -0500 Original-Received: from [199.232.76.173] (port=50776 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPMvH-0003bj-T8 for emacs-devel@gnu.org; Mon, 28 Dec 2009 16:14:39 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.206.141]:46468) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NPMvH-0004d2-Jh for emacs-devel@gnu.org; Mon, 28 Dec 2009 16:14:39 -0500 Original-Received: from localhost ([127.0.0.1]:33896 helo=kfogel-work ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.71) (envelope-from ) id 1NPMvG-00064R-E2; Mon, 28 Dec 2009 15:14:38 -0600 In-Reply-To: <20091228170401.GA4553@muc.de> (Alan Mackenzie's message of "Mon, 28 Dec 2009 17:04:01 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118884 Archived-At: Alan Mackenzie writes: > I've just installed bazaar-2.0.3 on my Debian G/L box; I did this by > downloading the source tarball, unpacking it and running 'python > setup.py install' as root. Before doing this, I had downloaded and > unpacked http://effbot.org/zone/element-index.htm as hinted in the file > INSTALL. > > On doing 'bzr init-repo .' bzr crashes with: > > bzr: ERROR: exceptions.ImportError: failed to load bzrlib.repofmt.groupcompress_repo.RepositoryFormat2a: No module named bz2 > > , followed by a backtrace. > > It seems my installation of bzr was somehow incomplete, despite > following the instructions in bzr's INSTALL. > > Would somebody help me, please. Urgk. I'm not familiar with that one, sorry. I suggest asking on bazaar {_AT_} lists.ubuntu.com (assuming the usual technique of doing an Internet search for the error hasn't produced anything useful). -K