Message from discussion
sumatra No Version control systems found error (Mac OS X 10.7.2)
Received: by 10.180.91.7 with SMTP id ca7mr1657819wib.3.1323680106176;
Mon, 12 Dec 2011 00:55:06 -0800 (PST)
X-BeenThere: sumatra-users@googlegroups.com
Received: by 10.216.67.21 with SMTP id i21ls10008913wed.0.gmail; Mon, 12 Dec
2011 00:55:05 -0800 (PST)
Received: by 10.181.13.81 with SMTP id ew17mr1657747wid.2.1323680105563;
Mon, 12 Dec 2011 00:55:05 -0800 (PST)
Received: by 10.181.13.81 with SMTP id ew17mr1657746wid.2.1323680105554;
Mon, 12 Dec 2011 00:55:05 -0800 (PST)
Return-Path: <andrew.davi...@unic.cnrs-gif.fr>
Received: from girafe.regif.cnrs-gif.fr (girafe.regif.cnrs-gif.fr. [157.136.10.90])
by gmr-mx.google.com with ESMTPS id fj17si18000110wbb.1.2011.12.12.00.55.05
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 12 Dec 2011 00:55:05 -0800 (PST)
Received-SPF: pass (google.com: domain of andrew.davi...@unic.cnrs-gif.fr designates 157.136.10.90 as permitted sender) client-ip=157.136.10.90;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of andrew.davi...@unic.cnrs-gif.fr designates 157.136.10.90 as permitted sender) smtp.mail=andrew.davi...@unic.cnrs-gif.fr
Received: from wat-deb50.inaf.cnrs-gif.fr (wat.nbcm.cnrs-gif.fr [157.136.27.170])
by girafe.regif.cnrs-gif.fr (8.13.1/8.13.5) with ESMTP id pBC8sxIS028130
for <sumatra-users@googlegroups.com>; Mon, 12 Dec 2011 09:55:05 +0100
Received: from unic154.inaf.cnrs-gif.fr (unic154.inaf.cnrs-gif.fr [157.136.60.154])
by wat-deb50.inaf.cnrs-gif.fr (Postfix) with ESMTP id 9A109FC05F
for <sumatra-users@googlegroups.com>; Mon, 12 Dec 2011 09:54:53 +0100 (CET)
Message-Id: <7B05ED12-6713-45D8-BA58-5A03598CB62A@unic.cnrs-gif.fr>
From: Andrew Davison <andrew.davi...@unic.cnrs-gif.fr>
To: sumatra-users@googlegroups.com
In-Reply-To: <838d4857-8eeb-431e-8f06-67e35671c781@r28g2000yqj.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Apple Message framework v936)
Subject: Re: [sumatra-users] sumatra No Version control systems found error (Mac OS X 10.7.2)
Date: Mon, 12 Dec 2011 09:54:54 +0100
References: <838d4857-8eeb-431e-8f06-67e35671c...@r28g2000yqj.googlegroups.com>
X-Mailer: Apple Mail (2.936)
X-Scanned-By: MIMEDefang 2.56 on 157.136.10.90
Hi Grace,
On 11 d=E9c. 11, at 23:08, Grace L wrote:
> I just found out about sumatra (and I'm very excited to try it for my
> own work!). I've got git, gitpython, pygit, sumatra and other
> dependencies properly installed (as far as I know). I did:
>
> mkdir test
> cd test
> smt init test
>
> and I got
>
> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
> packages/Sumatra-0.3.0-py2.6.egg/EGG-INFO/scripts/smt:35:
> DeprecationWarning: BaseException.message has been deprecated as of
> Python 2.6
> print "Error:", err.message
> Error: No version control systems found.
>
> Not sure what's going on here? I've only seen one post but it was on
> Windows.
> I'm using OS X, 10.7.2, python 2.6
In a Python shell, can you try:
>>> import git
>>> import sumatra.versioncontrol._git
and let me know what happens.
Thanks,
Andrew