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
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:
>
>