Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #35211

Re: Virtualenv loses context

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.055
X-Spam-Evidence '*H*': 0.89; '*S*': 0.00; 'dev': 0.07; 'python': 0.09; 'indication': 0.09; 'dec': 0.15; 'wrote:': 0.17; 'thu,': 0.17; 'changes': 0.20; 'error.': 0.21; 'header:In-Reply-To:1': 0.25; 'skip:[ 10': 0.26; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'run': 0.28; 'attempted': 0.29; 'yesterday.': 0.29; 'running': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'virtual': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; '20,': 0.65; 'laptop': 0.66; 'to:name:python': 0.84; 'activated': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=/AxXlndIh0dzGWP8CmZE7SIfdqeP/ylkzeVHxOyZha4=; b=f2GkGTSj4/lCXNUhIyNg5nk9yU/9kE4JygVrlfvSQskEW1AxNj5F/jifuJoaQOYmdE ceT1bVTBGFJMJ6MywawrcAWXCURVKO5wR5UxbSPs0zMDPa7PaDA8hHww0GgD6n+qiIIq hSqrI5uqt41Z6dJHdJm5dLts0QrwrwpqVRHO/qiGLUZcqW2IZvnTsPYN6mjZ9EOhKkmP 0Fkj2jaaDFejBi32LuAQothqhNjye5hvmL9RRZRs13KMOaSHqLxeTOyMzGllYKrcwl73 0w2Ba6VUbJrQdyyQQOK71r1qXGDWKIRVbT2X+dOefCuVYx4QhfVgA2hgaAVVHVjkgRgi g0tQ==
MIME-Version 1.0
In-Reply-To <a52b439b-313f-49c1-9a42-15cd00f91fea@googlegroups.com>
References <1a2ff5a4-bc31-4581-b2d2-460d867b49b5@googlegroups.com> <2de7850b-8669-45bc-b9f6-e8e753e72acf@googlegroups.com> <2cf07481-fc24-4d15-a434-abc1a3db01b7@googlegroups.com> <50d213c3$0$6918$e4fe514c@news2.news.xs4all.nl> <a52b439b-313f-49c1-9a42-15cd00f91fea@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Thu, 20 Dec 2012 11:38:53 -0700
Subject Re: Virtualenv loses context
To Python <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1105.1356028771.29569.python-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1356028771 news.xs4all.nl 6881 [2001:888:2000:d::a6]:52593
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:35211

Show key headers only | View raw


On Thu, Dec 20, 2012 at 5:50 AM,  <rhythmicdevil@gmail.com> wrote:
> Brought my laptop out of hibernation to do some work this morning. I attempted to run one of my ETLs and got the following error. I made no changes since it was running yesterday.
>
>
>
> [swright@localhost app]$ python etl_botnet_meta.py --mode dev -f

Are you sure you activated the virtual env?  I see no indication of it
in your prompt.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Virtualenv loses context rhythmicdevil@gmail.com - 2012-12-19 06:14 -0800
  Re: Virtualenv loses context rhythmicdevil@gmail.com - 2012-12-19 06:23 -0800
  Re: Virtualenv loses context rhythmicdevil@gmail.com - 2012-12-19 06:28 -0800
  Re: Virtualenv loses context rhythmicdevil@gmail.com - 2012-12-19 06:30 -0800
    Re: Virtualenv loses context rhythmicdevil@gmail.com - 2012-12-19 06:38 -0800
      Re: Virtualenv loses context Hans Mulder <hansmu@xs4all.nl> - 2012-12-19 20:21 +0100
        Re: Virtualenv loses context rhythmicdevil@gmail.com - 2012-12-19 11:33 -0800
        Re: Virtualenv loses context rhythmicdevil@gmail.com - 2012-12-20 04:50 -0800
          Re: Virtualenv loses context Ian Kelly <ian.g.kelly@gmail.com> - 2012-12-20 11:38 -0700
    Re: Virtualenv loses context rhythmicdevil@gmail.com - 2012-12-19 06:42 -0800
      Re: Virtualenv loses context rhythmicdevil@gmail.com - 2012-12-19 07:06 -0800

csiph-web