jrpfinch schrieb: > File "/usr/lib/python2.4/site-packages/SQLAlchemy-0.5.0beta1- > py2.4.egg/sqlalchemy/databases/mssql.py", line 117, in __init__ > super(MSDate, self).__init__(False) > TypeError: super(type, obj): obj must be an instance or subtype of > type > ... > > I would be grateful for any nods in the right direction, as I have > only just started using TurboGears and SQLAlchemy
Looks like a bug in SQLAlchemy to me. It should be "MSSmallDate" instead of "MSDate" in line 117 of sqlalchemy/databases/mssql.py. Can you try if that works and if yes, propose a patch on the SA mailing list or trac? -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

