Re: problem with SQLObject + mysql

2007-08-30 Thread Guillermo Heizenreder
El jue, 30-08-2007 a las 07:33 -0300, Guillermo Heizenreder escribió: > Hi list I'm new whit SQLObjet. > I'm study the tutorial:Connecting databases to Python with SQLObjet[1] > > My problem is: > >>>from sqlobject.mysql import builder > >>>con=builder()(user='dbuser',passwd='dbpassword',host='lo

problem with SQLObject + mysql

2007-08-30 Thread Guillermo Heizenreder
Hi list I'm new whit SQLObjet. I'm study the tutorial:Connecting databases to Python with SQLObjet[1] My problem is: >>>from sqlobject.mysql import builder >>>con=builder()(user='dbuser',passwd='dbpassword',host='localhost',db='garbanzo') Traceback (most recent call last): File "", line 1, in