Karl Guertin wrote: >> ArgumentError: Could not assemble any primary key columns for mapped >> table 'provincia' >> > > I haven't gotten that exact error, but my guess is that you don't have > any columns in that table marked as a primary key (I believe PK is > indicated as an applied constraint in Postgres but I don't use the > db). > Solved in the sqlalchemy trunk, this is the bug:
http://www.sqlalchemy.org/trac/ticket/71 and the changeset with the patch http://www.sqlalchemy.org/trac/changeset/1810 maybe it's useful to some. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

