[sqlalchemy] Re: SQLAlchemy Tables Definitoons as soaplib Complex Types, help!

2010-04-06 Thread snf
anyone have an idea? this prevents me from developing further. Thank you in advance. On Apr 1, 1:33 pm, snf lukasz.cz...@gmail.com wrote: Hi, I'm trying to implement a soap interface that will allow me to pass pure sqlalchemy objects as a reponse. I'm using the declarative based table

[sqlalchemy] Re: SQLAlchemy Tables Definitoons as soaplib Complex Types, help!

2010-04-06 Thread snf
need to overide call in your synthentic metaclass and call both the base meta classes call methods. cheers, -kapil On Tue, Apr 6, 2010 at 2:37 AM, snf lukasz.cz...@gmail.com wrote: anyone have an idea? this prevents me from developing further. Thank you in advance. On Apr 1, 1:33 pm

[sqlalchemy] SQLAlchemy Tables Definitoons as soaplib Complex Types, help!

2010-04-01 Thread snf
Hi, I'm trying to implement a soap interface that will allow me to pass pure sqlalchemy objects as a reponse. I'm using the declarative based table definition and a soaplib library to do that. The project is a pylons project. The problem is that when i do: from project.model.meta import Base #