Re: Missing Pyramid project templates

2011-12-23 Thread Gael Pasgrimaud
you should try pcreate instead of paster create http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/project.html On Fri, Dec 23, 2011 at 12:27 PM, Eddy eddy.respon...@gmail.com wrote: I'm having trouble creating a new Pyramid project using Paster. paster create --list-templates shows

Re: Missing Pyramid project templates

2011-12-23 Thread Mike Orr
On Fri, Dec 23, 2011 at 3:27 AM, Eddy eddy.respon...@gmail.com wrote: I'm having trouble creating a new Pyramid project using Paster. paster create --list-templates shows only the following templates Available templates:  basic_package:  A basic setuptools-enabled package  paste_deploy:   A

Re: Missing Pyramid project templates

2011-12-23 Thread Eddy
Okay, I was using 1.2.5 - I didn't realize alpha's were considered stable releases. Thanks On Dec 24, 1:42 am, Mike Orr sluggos...@gmail.com wrote: On Fri, Dec 23, 2011 at 3:27 AM, Eddy eddy.respon...@gmail.com wrote: I'm having trouble creating a new Pyramid project using Paster. paster

Re: Missing Pyramid project templates

2011-12-23 Thread Michael Merickel
In 1.2.5 the paster templates should be there. Ensure that you are actually using pyramid 1.3 and that you are executing paster from the right virtualenv. On Dec 23, 2011 9:43 PM, Eddy eddy.respon...@gmail.com wrote: Okay, I was using 1.2.5 - I didn't realize alpha's were considered stable

Re: Missing Pyramid project templates

2011-12-23 Thread Michael Merickel
Python's performance doesn't scale with the number of cpus you have so a common workaround is to use a process per cpu. It is also a useful way to illustrate scaling out your deployment horizontally using nginx's load balancing features. On Dec 23, 2011 11:50 PM, Eddy eddy.respon...@gmail.com