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

References <CAFTm5Rt6gdYH6KU2=iZjQ94N1eL7EkhGVCBJZWPLyroUmj2BuA@mail.gmail.com> <j9bup0$ppo$1@dough.gmane.org> <CAFTm5RsXEZOnZ8-w3K6GpxkG788RRUS1GV15FL6Sw2KhrWgcPA@mail.gmail.com>
Date 2011-11-10 16:32 +1100
Subject Re: easy_install doesn't install non-package *.py file
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2587.1320903148.27778.python-list@python.org> (permalink)

Show all headers | 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