Re: Legacy Pylons App Migration Questions ( 0.9.7 -> 0.1.0 / 1.x )

2012-10-13 Thread Jonathan Vanasco
well i solved the render issue... in lib.base.py bad: from pylons.templating import render good: from pylons.templating import render_mako as render which wasn't covered in the docs. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group.

Legacy Pylons App Migration Questions ( 0.9.7 -> 0.1.0 / 1.x )

2012-10-13 Thread Jonathan Vanasco
I'm migrating an old Pylons app to 1.0 ( eventually to Pyramid ) I've never migrated from .9.7 to 1.x before. I've used 1.x, but this migration is confusing me a bit. I've run into a few issues I'm hoping someone before me found/solved : 1. I had a lot of misc functions access the pylons.confi