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 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 create --list-templates" shows only the following templates
> >
> > > Available templates:
> > >  basic_package:  A basic setuptools-enabled package
> > >  paste_deploy:   A web application deployed through paste.deploy
> >
> > > Is there a way to manually add the missing Pyramid project templates?
> >
> > Also see "What's New in Pyramid 1.3"
> >
> > http://docs.pylonsproject.org/projects/pyramid/en/latest/whatsnew-1.3...
> >
> > """
> > Previously (in Pyramid 1.0, 1.1 and 1.2), you created a Pyramid
> > application using paster create, like so:
> >
> > $ myvenv/bin/paster create -t pyramid_starter foo
> >
> > You’re now instead required to create an application using pcreate like
> so:
> >
> > $ myvenv/bin/pcreate -s starter foo
> >
> > Note that the names of available scaffolds have changed and the flags
> > supported by pcreate are different than those that were supported by
> > paster create.
> > """
> >
> > Technically, the scaffolds are registered under the "pyramid.scaffold"
> > entry point instead of "paste.paster_create_template", so paster does
> > not know about them.
> >
> > --
> > Mike Orr <sluggos...@gmail.com>
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> pylons-discuss+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to