[sqlalchemy] Re: AttributeError: 'ColumnProperty' object has no attribute 'strategy'

2007-11-23 Thread Michael Bayer
On Nov 23, 2007, at 12:53 PM, lur ibargutxi wrote: my problem is that in my local configuration I have SQLAlchemy0.4.0 and collective.lead and my aplication work very well but when i try to do the same thing in the server I have this problem: ArgumentError: Error determining primary

[sqlalchemy] Re: AttributeError: 'ColumnProperty' object has no attribute 'strategy'

2007-11-23 Thread lur ibargutxi
my problem is that in my local configuration I have SQLAlchemy0.4.0 and collective.lead and my aplication work very well but when i try to do the same thing in the server I have this problem: ArgumentError: Error determining primary and/or secondary join for relationship 'Areas.idareatype2

[sqlalchemy] Re: AttributeError: 'ColumnProperty' object has no attribute 'strategy'

2007-11-23 Thread Michael Bayer
On Nov 23, 2007, at 11:08 AM, lur ibargutxi wrote: Hi! I made an aplication in my local machine but when I tried to do the same in the server I had this problem: Module Python expression view.indicators(), line 1, in expression Module Products.odr.lugabe_db.browser.sql, line 23, in

[sqlalchemy] Re: AttributeError: 'ColumnProperty' object has no attribute 'strategy'

2007-11-23 Thread klaus
Is it possible that your mapped class has a regular Python property with the same name as a mapped relation? Klaus On 23 Nov., 17:08, lur ibargutxi [EMAIL PROTECTED] wrote: Hi! I made an aplication in my local machine but when I tried to do the same in the server I had this problem: