Re: pyramid should explicitly require pastescript

2012-01-31 Thread Chris McDonough
On Tue, 2012-01-31 at 09:37 -0800, Jonathan Vanasco wrote: > i'm not too familiar with "paster create" - do you think it would be > possible to make an entry point that warned people to use pcreate? Not really, because they also might have PasteScript installed, and the two entry points would comp

Re: pyramid should explicitly require pastescript

2012-01-31 Thread Jonathan Vanasco
i'm not too familiar with "paster create" - do you think it would be possible to make an entry point that warned people to use pcreate? -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroup

Re: pyramid should explicitly require pastescript

2012-01-30 Thread Chris McDonough
On Jan 30, 4:38 pm, Jonathan Vanasco wrote: > and playing around a bit, i see that the newest version of pyramid > moved to pcreate from paster create... so perhaps the above is not > needed. That's true... http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/whatsnew-1.3.html#python-3-c

Re: pyramid should explicitly require pastescript

2012-01-30 Thread Jonathan Vanasco
and playing around a bit, i see that the newest version of pyramid moved to pcreate from paster create... so perhaps the above is not needed. -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googl

pyramid should explicitly require pastescript

2012-01-30 Thread Jonathan Vanasco
I think at one point it was required by one of pyramids dependents, and then it changed. It's either not possible or safe to create a new project with paster right now. For example: - On my OSX 10.6 machine , I used to run pylons under 2.6. - I upgraded python to 2.7 to build & migrate some apps