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


Groups > comp.lang.python > #15528

Re: easy_install doesn't install non-package *.py file

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python,': 0.01; 'files.': 0.09; 'am,': 0.12; 'subject:file': 0.13; 'language,': 0.15; 'around,': 0.16; 'etc?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:install': 0.16; 'subject:non': 0.16; 'subject:package': 0.16; 'wrote:': 0.18; 'received:209.85.210.174': 0.18; 'received:mail- iy0-f174.google.com': 0.18; 'template': 0.19; 'header:In-Reply- To:1': 0.23; 'expect': 0.25; 'html,': 0.28; 'looks': 0.28; 'message-id:@mail.gmail.com': 0.29; 'problem': 0.29; 'confusion': 0.30; 'nov': 0.31; 'thu,': 0.32; 'to:addr:python-list': 0.32; 'switch': 0.35; 'another': 0.36; 'not,': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'everyone': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'according': 0.60; '2011': 0.62; 'here.': 0.66; 'cause': 0.66; '11:58': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DTdG7ftg7uqCjlt/aDjc5ES5H9Dc7RbuKZXLLHgoYo8=; b=HyDD1X4VI2rNMwBxyDRYzXOdmapRTQ93kiKRg1MGSO+i3hmLBOsKoVdiJHndrb5Jaw N7FGThyVJtjVoWC482mVQl6eOAnXt+TCB+vELO+0wvFLUaGuME4cQdMD706CySNqI6Nm F2cOcrMvQQ8hGy2pKtTXIqYtxvE3pqETYMEOg=
MIME-Version 1.0
In-Reply-To <CAFTm5RsXEZOnZ8-w3K6GpxkG788RRUS1GV15FL6Sw2KhrWgcPA@mail.gmail.com>
References <CAFTm5Rt6gdYH6KU2=iZjQ94N1eL7EkhGVCBJZWPLyroUmj2BuA@mail.gmail.com> <j9bup0$ppo$1@dough.gmane.org> <CAFTm5RsXEZOnZ8-w3K6GpxkG788RRUS1GV15FL6Sw2KhrWgcPA@mail.gmail.com>
Date Thu, 10 Nov 2011 16:32:24 +1100
Subject Re: easy_install doesn't install non-package *.py file
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.2587.1320903148.27778.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1320903148 news.xs4all.nl 6844 [2001:888:2000:d::a6]:41467
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:15528

Show key headers only | View raw


On Thu, Nov 10, 2011 at 11:58 AM, Makoto Kuwata <kwa@kuwata-lab.com> wrote:
> I want to use template names according to language,
> such as template.py, template.html, template.rst, template.js, and so on.
>

You may have another problem here. Everyone and everything that looks
at these will expect them to be Python, HTML, etc files. If they're
not, it may cause confusion in other ways.

Can you switch it around, py.template and html.template etc?

ChrisA

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


Thread

Re: easy_install doesn't install non-package *.py file Chris Angelico <rosuav@gmail.com> - 2011-11-10 16:32 +1100

csiph-web