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

Chris Angelico rosuav at gmail.com
Thu Nov 10 00:32:24 EST 2011


On Thu, Nov 10, 2011 at 11:58 AM, Makoto Kuwata <kwa at 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



More information about the Python-list mailing list