[sqlalchemy] Joining across multiple databases using temporary tables in a web-app

2012-09-09 Thread RedBaron
I am writing a web-app using Pyramid and in a couple of views I need to do a join across databases. I have two separate models in my web-app and initialize SQlalchemy for both separately like so Database - users: DBSession_users = scoped_session(sessionmaker(extension=ZopeTransactionExten

Re: [sqlalchemy] py2app unable to find cprocessors

2012-09-09 Thread Michael Bayer
On Sep 6, 2012, at 2:14 PM, Paul Wiseman wrote: > Hey, > > I don't know if this is the correct place to post or if this is more to do > with py2app, but hopefully some people will know what's happening better than > I do > > When building an app that is using sqlalchemy I get this error: > >