host: >dabodev.com< name: >ConsultHours< database: >daboconsult< dbtype: >MySQL< password: >C61Y04A46R42N84IDCX9DJ78< port: >3306< user: >dabotutorial< Dabo Info Log: Sat Sep 27 17:12:04 2008: Application finished.
Ed Leafe wrote: > On Sep 27, 2008, at 5:47 PM, Jeff wrote: > > >> Traceback (most recent call last): >> > > > Doh! That's what I get for writing that off the top of my head! > Change the lines: > > for kk, vv in self.currentConn.items(): > print "%s: >%s<" % (kk, vv) > > to: > > for kk, vv in self.connDict[self.currentConn].items(): > print "%s: >%s<" % (kk, vv) > > Sorry about that! > > -- Ed Leafe > > > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
