On Sat, 2011-12-10 at 21:20 -0600, Michael Merickel wrote: > Right this isn't an attempt to recreate Paste within Pyramid. Pyramid > provides other recommended ways of scripting via bootstrap. I'd > suggest loiokng into those before looking for a paste.replacement.
That said, for the record, as described in the "What's New in Pyramid 1.3" document, you can install PasteScript and continue using "paster" against the existing ini files; this works fine under Pyramid 1.3 too. > > On Dec 10, 2011 7:48 PM, "jerry" <[email protected]> wrote: > Thanks bunch for the early Christmas gift :) > > However, the doc -- """New console scripts named pshell, > pviews, > proutes, and ptweens do what their paster <commandname> > equivalents > used to do.""" leaves out paster customized commands, which is > also a > first-class member of the paster family. > > Appreciate if we could get the assurance that it is in the > road map. > > Thanks again. > > Jerry > > On Dec 10, 4:15 am, Chris McDonough <[email protected]> wrote: > > Pyramid 1.3a1 has been released. This is the first major > release in > > the 1.3 series. Its primary features are: > > > > - Python 3.2 compatibility. > > > > - A new configuration introspection system. > > > > It requires Python 2.6, 2.7 or 3.2. Python 2.5 is no longer > > supported. Please use the Pyramid 1.2.X series if you need > Python 2.5 > > compatibility. > > > > The documentation for the release is available > athttp://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/ > > > > A detailed "What's New in Pyramid 1.3" document is available > > athttp://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/whatsnew... > > > > You can install it via PyPI: > > > > easy_install Pyramid==1.3a1 > > > > Many thanks to our GSOC students Joe Dallago and Joel > Bohman, who > > helped us get Pyramid and its dependencies ready for Python > 3. Thanks > > also to the Python Software Foundation, who provided a grant > to port > > WebOb to Python 3, and Sergey Schetenin, who helped prepare > WebOb for > > Python 3 compatibility. > > > > Enjoy, and please report any issues you find to the issue > tracker athttps://github.com/Pylons/pyramid/issues > > > > Thanks! > > > > - C > > -- > You received this message because you are subscribed to the > Google Groups "pylons-discuss" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to pylons-discuss > [email protected]. > 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 [email protected]. > To unsubscribe from this group, send email to pylons-discuss > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
