From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: 'bzr init-repo .' crashes for lack of module bz2. Help, please! Date: Mon, 28 Dec 2009 17:04:01 +0000 Message-ID: <20091228170401.GA4553@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262019499 29061 80.91.229.12 (28 Dec 2009 16:58:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Dec 2009 16:58:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 28 17:58:12 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 1NPIv6-00018w-2O for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 17:58:12 +0100 Original-Received: from localhost ([127.0.0.1]:51437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPIv6-00062C-GB for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 11:58:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPIv0-000613-Jd for emacs-devel@gnu.org; Mon, 28 Dec 2009 11:58:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPIuw-0005yw-Rs for emacs-devel@gnu.org; Mon, 28 Dec 2009 11:58:06 -0500 Original-Received: from [199.232.76.173] (port=41226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPIuw-0005ys-KN for emacs-devel@gnu.org; Mon, 28 Dec 2009 11:58:02 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:4192 helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NPIuw-0005Fb-7b for emacs-devel@gnu.org; Mon, 28 Dec 2009 11:58:02 -0500 Original-Received: (qmail 46568 invoked by uid 3782); 28 Dec 2009 16:57:58 -0000 Original-Received: from acm.muc.de (pD9E5286A.dip.t-dialin.net [217.229.40.106]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Mon, 28 Dec 2009 17:57:57 +0100 Original-Received: (qmail 8825 invoked by uid 1000); 28 Dec 2009 17:04:01 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.6-4.9 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:118873 Archived-At: Hi, emacs! 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. -- Alan Mackenzie (Nuremberg, Germany).