Re: Upgraded to Pylons==dev, getting traceback from pkg_resources

2010-01-06 Thread Matt Feifarek
On Wed, Jan 6, 2010 at 12:13 AM, Mike Orr sluggos...@gmail.com wrote: That's what I hate about Paste and entry points and pkg_resources. + 1Jillion. Thanks for your suggestions. I tried all of those things; I even removed the version numbers in my app (from Pylons=0.9.7 to just Pylons) but

Questions on SQLAlchemy objects bound to database sessions

2010-01-06 Thread DD
Hi, Is there a way to use SQLAlchemy such that the objects stay as far from the session as possible? I am not using lazy loading, cascade features or any of those functions that might warrant this. Basically, what I want to do is, once I get an object out of the database, that object should

Re: Questions on SQLAlchemy objects bound to database sessions

2010-01-06 Thread Brian O'Connor
I think you're looking for expunge(). Hope that helps On 1/6/10, DD d2n...@gmail.com wrote: Hi, Is there a way to use SQLAlchemy such that the objects stay as far from the session as possible? I am not using lazy loading, cascade features or any of those functions that might warrant this.

Re: Very simple theming in Pylons

2010-01-06 Thread Raoul Snyman
After having a look at theming in Pylons, yesterday I decided to try to see if I could load the theme name from the database. Once again, I blogged about it: http://blog.saturnlaboratories.co.za/2010/01/06/database_configured_theming_in_pylons.html -- You received this message because you are