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: 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: References: Date: Thu, 10 Nov 2011 16:32:24 +1100 Subject: Re: easy_install doesn't install non-package *.py file From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Thu, Nov 10, 2011 at 11:58 AM, Makoto Kuwata 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