Thanks Florent. As it turns out, the problem was that I had not installed pyodbc. So the fix was to simply install pyodbc and it worked! Phew!
On Mar 6, 10:56 am, Florent Aide <[email protected]> wrote: > On Fri, Mar 6, 2009 at 3:36 PM, Chris <[email protected]> wrote: > > def createSession(): > > engine=create_engine('mssql://user:pas...@db/table',echo=False) > > As a side note, if you are using mssql I would recommend you use SA > 0.5.2 because I proposed two important patches which were accepted and > fixed two bad issues in mssql support: unicode handling and decimal > support. > > http://www.sqlalchemy.org/trac/ticket/1282http://www.sqlalchemy.org/trac/ticket/1291 > > As per your own problem I have no idea on the spot, sorry. > > Florent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

