On Sunday 22 March 2009 07:58:57 pm Stuart McGraw wrote: > Dabo Error Log: Mon Mar 16 13:37:12 2009: Could not bind to > 'public.clients.attn' Reason: 'NoneType' object has no attribute 'attn'. > > Since that message is not very informative, and the dabo > code is completely opaque to me, I thought I would seek > advice here
This is the right place to ask questions. But I hope your clock is off because waiting a week to ask a question (the error message is a week old) would frustrate anyone. >From my experience that means there is something wrong with either the database or the bizobj description (class definition). Most likely you have mis-typed the table name or field name. My guess would be the table name. Make sure you have the case matching the variables "pubic.clients" <> "Public.Clients". Both python and Postgres are case sensitive. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
