[sqlalchemy] Re: [SA0.5b4/Postgres 7.4] ValueError: 'need more than 0 values to unpack'

2008-12-16 Thread Michael Bayer
your mappers are failing to compile (i.e. if you were to call compile_mappers() manually), and the stack trace is specific to a relation(), which you haven't illustrated in your setup. On Dec 16, 2008, at 7:31 AM, Andreas Jung wrote: Hi, I have a fairly complex model using the

[sqlalchemy] Re: [SA0.5b4/Postgres 7.4] ValueError: 'need more than 0 values to unpack'

2008-12-16 Thread Andreas Jung
There is no relation() involved here. Every relation() related code is commented right now. (see attachment). Andreas On Tue, Dec 16, 2008 at 4:48 PM, Michael Bayer mike...@zzzcomputing.comwrote: your mappers are failing to compile (i.e. if you were to call compile_mappers() manually), and