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


Groups > comp.lang.python > #61619

Re: Figuring out what dependencies are needed

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.027
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'python': 0.11; 'code?': 0.16; 'filename.': 0.16; 'kern': 0.16; 'subject:dependencies': 0.16; 'tld.': 0.16; 'files.': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'normally': 0.19; '>>>': 0.22; 'appears': 0.22; 'package.': 0.24; 'extension': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'robert': 0.30; 'message-id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'subject:what': 0.31; 'file': 0.32; "i'd": 0.34; 'received:google.com': 0.35; 'there': 0.35; 'subject:needed': 0.38; 'to:addr:python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'address': 0.63; 'actually,': 0.84; '2013': 0.98
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=TemblP6K+x8I910Lj8RF0IweLuTRtyCGMJUVTqyfsdk=; b=xu9PPTL+NBXceVwQK0W0s1rN5XgWH0pNwCYNDh8J8z8dS/XHw81u370aZh/g8JwFRE 0Ez4qjeF+peYJIfg+WAhRB4S8dspNiNbvghgFN2xSbCuN50aKZfmXeZE0mfxebt4SiKq EwebdBERoEW3IjiuyaU8+VPjXd9EvHwwwz1vSpCFNANVRYnKVe0IALBRg1sXOzF4kJgk HNmOFmJNTTifl5aq3L/C3ivpAGAjgpWS4TMyBzlNYLutfG00cYwQVm7jGIGSzKtizBeK gfpxr4PmnTPx3uCrfQNNZ0naw11mvv2IRLglIoCTe1A2rQ8b9+0gZBWs3Dl6QJwSpJVJ sGKg==
X-Received by 10.52.244.73 with SMTP id xe9mr16512vdc.78.1386793335641; Wed, 11 Dec 2013 12:22:15 -0800 (PST)
MIME-Version 1.0
In-Reply-To <l89ps5$p9c$1@ger.gmane.org>
References <e84a7ca4-5aa5-4c86-bf36-daa768d92aea@googlegroups.com> <52a8682b$0$29992$c3e8da3$5496439d@news.astraweb.com> <l89ps5$p9c$1@ger.gmane.org>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Wed, 11 Dec 2013 13:21:35 -0700
Subject Re: Figuring out what dependencies are needed
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3933.1386793343.18130.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1386793343 news.xs4all.nl 2869 [2001:888:2000:d::a6]:57073
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:61619

Show key headers only | View raw


On Wed, Dec 11, 2013 at 6:38 AM, Robert Kern <robert.kern@gmail.com> wrote:
> On 2013-12-11 13:27, Steven D'Aprano wrote:
>>
>> On Wed, 11 Dec 2013 04:44:53 -0800, sal wrote:
>>
>>> Now I'd like to use the backtesting package from zipline (zipline.io),
>>
>>
>> ".io" is not normally a file extension for Python files. Are you sure
>> that's Python code?
>
>
> That's a package name, not a filename.

Actually, the ".io" there appears to be a TLD.  At least, "zipline.io"
is the address for the website of a "zipline" Python package.

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


Thread

Figuring out what dependencies are needed sal@nearlocal.com - 2013-12-11 04:44 -0800
  Re: Figuring out what dependencies are needed Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-11 13:27 +0000
    Re: Figuring out what dependencies are needed Robert Kern <robert.kern@gmail.com> - 2013-12-11 13:38 +0000
    Re: Figuring out what dependencies are needed Ian Kelly <ian.g.kelly@gmail.com> - 2013-12-11 13:21 -0700
  Re: Figuring out what dependencies are needed Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-11 13:25 +0000
  Re: Figuring out what dependencies are needed alex23 <wuwei23@gmail.com> - 2013-12-12 15:48 +1000
    Re: Figuring out what dependencies are needed sal i <sal@nearlocal.com> - 2013-12-11 22:53 -0800
      Re: Figuring out what dependencies are needed alex23 <wuwei23@gmail.com> - 2013-12-17 13:30 +1000

csiph-web