On Monday 10 December 2007 01:09:27 pm bsnipes wrote: > JohnF-4 wrote: > > For those of you that need to know how to create a “self.connection” > > without > > using the CxnEditor here it is: > > > > from dConnectInfo import dConnectInfo > > Should this be: > > from dabo.db import dConnectInfo > > I couldn't get it to work any other way ( I was testing around in ipython > ). I did notice the Wiki has the following though: > > from connectInfo import ConnectInfo > from dConnection import dConnection > > > Brian
Good catch. I believe the later is the preferred way. -- John Fabiani _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
