From bloodhound-dev-return-264-apmail-incubator-bloodhound-dev-archive=incubator.apache.org@incubator.apache.org Mon Mar 12 10:25:52 2012 Return-Path: X-Original-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F075D9C74 for ; Mon, 12 Mar 2012 10:25:52 +0000 (UTC) Received: (qmail 53778 invoked by uid 500); 12 Mar 2012 10:25:52 -0000 Delivered-To: apmail-incubator-bloodhound-dev-archive@incubator.apache.org Received: (qmail 53753 invoked by uid 500); 12 Mar 2012 10:25:52 -0000 Mailing-List: contact bloodhound-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-dev@incubator.apache.org Received: (qmail 53731 invoked by uid 99); 12 Mar 2012 10:25:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 10:25:52 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 10:25:46 +0000 Received: by bkcjg15 with SMTP id jg15so2646500bkc.6 for ; Mon, 12 Mar 2012 03:25:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:x-gm-message-state; bh=yw1bKJri/s4UaVSeVOD4j5X/arClC0tm8yavxanofKk=; b=TlhRjq2UHHII6hdiDL8PJMvGnwYNHFdV3zla6zDZfzBGCF6MF8LWLcqDbia6RHngu8 bmPjTvZDIyuAaku4LdTd1qR4kTj3n1E9uMlbSrneYcWqlBJ5ZPLn78WGNE9fzUpYn3nn Zsf57n/KtcYFQnjDZsJy1t/CoNt/2AyZSDBrQRm95DsoknURE9vcnSXFRVe68+ItIj0X 7Hk8AqyZf4Y+SjfsCJnJ7YAs14Gn43M6fx5QBTjWr4QkMoiuKNG3BEtRmgTqZYKcNXIV UfiDJdbEC7e2yBCsVseMQ5edIcAnqxlSSCUyFlLpgXc0+9tN9G58Nkv+VXvEj7JuIk3c zhAw== Received: by 10.204.157.134 with SMTP id b6mr1533551bkx.88.1331547924602; Mon, 12 Mar 2012 03:25:24 -0700 (PDT) Received: from [10.2.5.127] ([77.86.30.139]) by mx.google.com with ESMTPS id t17sm24146825bke.6.2012.03.12.03.25.23 (version=SSLv3 cipher=OTHER); Mon, 12 Mar 2012 03:25:23 -0700 (PDT) Message-ID: <4F5DCF0E.1050805@wandisco.com> Date: Mon, 12 Mar 2012 10:25:18 +0000 From: Gary User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: bloodhound-dev@incubator.apache.org Subject: Re: Getting involved and installation pages References: <20120305155701.C826C23889E2@eris.apache.org> <4F54E71A.2000800@wandisco.com> <4F579654.2000709@wandisco.com> <4F58EE0D.5070102@wandisco.com> <4F5A153F.7070506@wandisco.com> In-Reply-To: Content-Type: multipart/alternative; boundary="------------080707040906090700000102" X-Gm-Message-State: ALoCoQkDD/Dr9e7QdyG+M0OykkA2/tzyk+QMUD3pYYZXmROZAzTxvvvjf/6856/M0B5+uM3em7Sm X-Virus-Checked: Checked by ClamAV on apache.org --------------080707040906090700000102 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Antony, Thanks for that. OK, I would prefer not to have to specify a minimum version of virtualenv that is newer than that available for the default version of a major linux distribution. So we can either resort to calling virtualenv through subprocess or we can do to the following: if not hasattr(virtualenv, 'logger'): virtualenv.logger = virtualenv.Logger([(virtualenv.Logger.LEVELS[-1], sys.stdout)]) Cheers, Gary On 03/10/2012 12:36 PM, Antony Semonella wrote: > Hello, > > I managed to set up a bloodhound development environment on Debian 6.0 > following the instructions at: > > https://issues.apache.org/bloodhound/wiki/BloodhoundContributing > > You may want to update the wiki to highlight the following dependency I > encountered: > > The version of virtualenv in the repo for Debian squeeze is: 1.4.9-3; this > version of virtualenv results in: > > NameError: global name 'logger' is not defined > > When running bloodhound/installer/installer.py. > > logger is defined only in main() for this version of virtualenv. > > This issue has been resolved by: > > https://github.com/pypa/virtualenv/commit/ea1786 > > Using the latest version of virtualenv (1.7.1.2) resulted in no NameError > and so the bloodhound dev. environment was setup ok for me. > > I therefore suggest a version of virtualenv>=1.7.1.2 be listed as a > dependency. > > Cheers! > > Antony > > > > On 9 March 2012 14:48, Antony Semonella wrote: > >> Cool, I'll give the docs a read (as a newcomer) and provide some feedback >> :) >> >> >> On 9 March 2012 14:35, Gary wrote: >> >>> Hi everyone, >>> >>> We now have https://issues.apache.org/**bloodhound/wiki/** >>> BloodhoundContributing >>> >>> As always, this definitely needs some expanding upon and improving but I >>> hope it can serve as a reasonable starting point - we definitely need to >>> discuss other ways of helping like contributing to documentation and >>> reporting bugs. And there are definitely a lot of documentation tasks to be >>> done as we get new features in. >>> >>> Cheers, >>> Gary >>> >>> >>> On 03/08/2012 06:00 PM, Antony Semonella wrote: >>> >>>> That sounds great. >>>> >>>> Cheers, >>>> >>>> Antony >>>> >>>> On 8 March 2012 17:36, Gary wrote: >>>> >>>> On 03/07/2012 05:23 PM, Hyrum K Wright wrote: >>>>> Out of curiosity, do we have a "how to get involved" or "beginner's >>>>>> guide to Bloodhound" wiki page or document anywhere? It'd be useful >>>>>> to codify these kinds of steps into something we can point newcomers >>>>>> to. >>>>>> >>>>>> -Hyrum >>>>>> >>>>>> Good idea. >>>>> Meanwhile I have added a few pages relating to installation to the wiki >>>>> at: >>>>> * https://issues.apache.org/****bloodhound/wiki/****BloodhoundInstall >>>>> >>>>> * https://issues.apache.org/****bloodhound/wiki/** >>>>> BloodhoundDetailedInstallation**>>>> bloodhound/wiki/**BloodhoundDetailedInstallation >>>>> **> >>>>> >>>>> >>>>> I will look at writing something about getting involved very soon unless >>>>> someone else wants to look at that. >>>>> >>>>> Cheers, >>>>> Gary >>>>> >>>>> >>>>> --------------080707040906090700000102--