affirmative, this is the bug. Line 1462 . Have to be self.driver instead of driver.
2011/2/7 Jonathan Lundell <[email protected]> > On Feb 7, 2011, at 6:32 AM, Martín Mulone wrote: > > I'm trying to connect to mysql, with trunk. > > > > global name 'driver' is not defined > > > > On dal.py line 1462, try changing driver to self.driver. -- Pablo Martín Mulone ([email protected]) http://www.tecnodoc.com.ar/ Paraná, Entre Ríos, Argentina (CP 3100). My blog: http://martin.tecnodoc.com.ar Expert4Solution Profile: http://www.experts4solutions.com/e4s/default/expert/6

