Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'installed.': 0.07; 'python': 0.07; 'files.': 0.10; 'defined': 0.15; 'approach,': 0.16; 'binaries': 0.16; 'from:addr:tartley': 0.16; 'from:addr:tartley.com': 0.16; 'from:name:jonathan hartley': 0.16; 'subject:create': 0.16; 'thanks!': 0.18; 'template': 0.20; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'cc:addr:python-list': 0.22; 'version': 0.25; 'creating': 0.26; "i'm": 0.26; 'regardless': 0.26; 'thanks': 0.29; 'hey': 0.29; 'cc:addr:python.org': 0.31; 'bundle': 0.31; 'handling': 0.33; 'copying': 0.34; 'header:User-Agent:1': 0.35; 'case,': 0.36; 'platform': 0.36; 'should': 0.37; 'received:209.85': 0.37; 'received:google.com': 0.38; 'install': 0.38; 'received:209': 0.39; 'works': 0.40; 'might': 0.40; 'full': 0.62; 'to:addr:googlegroups.com': 0.69; 'reply-to:no real name:2**0': 0.72; 'header:Reply-To:1': 0.72; 'templates,': 0.84; 'reply- to:addr:googlegroups.com': 0.93 Newsgroups: comp.lang.python Date: Thu, 12 May 2011 01:04:58 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.35.242.142; posting-account=p0hmcAoAAABcd-yUxQUlUJWkP4UextqO User-Agent: G2/1.0 MIME-Version: 1.0 Subject: Re: lightweight way to create new projects from templates From: Jonathan Hartley To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: comp.lang.python@googlegroups.com List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 13 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1305187506 news.xs4all.nl 81475 [::ffff:82.94.164.166]:60087 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5218 Hey Chris, Thanks for the thoughts. I must confess I had already given up on a 'single= file' approach, because I want to make it easy for people to create their = own templates, so I have to handle copying a template defined by creating a= new directory full of diles. If I'm already handling this case, I thought,= I might as well bundle the built-in default templates as a bunch of files. I'd hope to provide platform binaries to make download and install easy for= end-users, regardless of what Python version they already have installed. Which reminds me, I should make sure the default template works on Python2.= x as well as 3.x. Thanks!