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


Groups > comp.lang.python > #15528 > unrolled thread

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

Started byChris Angelico <rosuav@gmail.com>
First post2011-11-10 16:32 +1100
Last post2011-11-10 16:32 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromChris Angelico <rosuav@gmail.com>
Date2011-11-10 16:32 +1100
SubjectRe: easy_install doesn't install non-package *.py file
Message-ID<mailman.2587.1320903148.27778.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web