[sqlalchemy] Re: SqlAlchemy and kinterbasdb init problem

2008-10-02 Thread Michael Shaw
kinterbasdb will accurately reflect whether or not it has been set. This: http://code.google.com/p/modwsgi/wiki/ApplicationIssues had a lot of helpful information. On Sep 30, 4:39 pm, Michael Shaw <[EMAIL PROTECTED]> wrote: > Sorry for not explaining myself more clearly, but the global >

[sqlalchemy] Re: SqlAlchemy and kinterbasdb init problem

2008-09-30 Thread Michael Shaw
tivated at compile time.' ) # this is where the actual exception gets raised... _k.concurrency_level_set(concurrency_level) On Sep 30, 4:26 pm, Michael Bayer <[EMAIL PROTECTED]> wrote: > On Sep 30, 2008, at 2:46 PM, Michael Shaw wrote: > > >

[sqlalchemy] SqlAlchemy and kinterbasdb init problem

2008-09-30 Thread Michael Shaw
I am working on two projects that are bothing running under mod_wsgi. The first is using kinterbasdb directly (no sqlalchemy). The second is using sqlalchemy. Problem arises when one or the other attempts to call kinterbasdb.init after the other one has already done so. My question is this: When s