Nice birthday present for you, Alan!
Tres.
--
===================================================================
Tres Seaver +1 540-429-0999 tse...@palladion.com
Palladion Software "Excellence by Design" http://palladion.com
On 12/13/2011 12:49 PM, Alan Runyan wrote:Nice birthday present for you, Alan!
> This is really exciting.
>
> Ptah301 scaffold is gone and has been moved to examples/ptah_minicms
> https://github.com/ptahproject/examples/tree/master/ptah_minicms
>
> - There is no more pview, view.template or any "redundant" Pyramid
> code. - Everything you see in the ptah_minicms should be very obvious
> to a Pyramid developer
>
> The next release of Ptah will have only 1 scaffolding and require
> pyramid 1.3a1 or greater.
we will fix that later. but should affect your instance.
>
> Also, I'm trying to run ptah_minicms under uWSGI and the workers keep
> dying. What's the best way to enable file-based logging, so that I can
> try to see what might be the root cause of this?
does ptah_minicms run with pserve ?
you can use pyramid_exclog package for logging.
On Sun, 2011-12-18 at 17:47 -0800, Nate Aune wrote:we will fix that later. but should affect your instance.
> Is this something to be worried about?
> /python/lib/python2.7/site-packages/sqlalchemy/ext/declarative.py:1273: SAWarning: The classname 'ApplicationRoot' is already in the registry of this declarative base, mapped to <class 'ptah.cms.root.ApplicationRoot'>
> _as_declarative(cls, classname, cls.__dict__)
>does ptah_minicms run with pserve ?
> Also, I'm trying to run ptah_minicms under uWSGI and the workers keep
> dying. What's the best way to enable file-based logging, so that I can
> try to see what might be the root cause of this?
you can use pyramid_exclog package for logging.
Is this something to be worried about?/python/lib/python2.7/site-packages/sqlalchemy/ext/declarative.py:1273: SAWarning: The classname 'ApplicationRoot' is already in the registry of this declarative base, mapped to <class 'ptah.cms.root.ApplicationRoot'>_as_declarative(cls, classname, cls.__dict__)