Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5218
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2011-05-12 01:04 -0700 |
| Subject | Re: lightweight way to create new projects from templates |
| From | Jonathan Hartley <tartley@tartley.com> |
| Message-ID | <mailman.1451.1305187506.9059.python-list@python.org> (permalink) |
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!
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: lightweight way to create new projects from templates Jonathan Hartley <tartley@tartley.com> - 2011-05-12 01:04 -0700
csiph-web