[sqlalchemy] problem with relationships with a postgres schema using declarative mapping

2010-08-25 Thread Nigel
Hi all, I'm having some trouble with using a schema with a many-to-many declarative mapping. The error i'm getting is as follows: sqlalchemy.exc.InvalidRequestError: One or more mappers failed to compile. Exception was probably suppressed within a hasattr() call. Message was: One or more

Re: [sqlalchemy] problem with relationships with a postgres schema using declarative mapping

2010-08-25 Thread Michael Bayer
On Aug 25, 2010, at 4:57 PM, Nigel wrote: Hi all, I'm having some trouble with using a schema with a many-to-many declarative mapping. The error i'm getting is as follows: sqlalchemy.exc.InvalidRequestError: One or more mappers failed to compile. Exception was probably suppressed