Sibylle Koczian wrote: > I thought this might bite me too, so I wanted to extend the test script > with date fields and dDateTextBox instances, but it doesn't work right > from the start: > > s...@elend:~/bin/dabo_sib> python test_null_db.py > Traceback (most recent call last): > File "test_null_db.py", line 7, in <module> > con = dabo.db.connect(dbType="sqlite", Database=":memory:") > AttributeError: 'module' object has no attribute 'connect' > > I don't remember this sort of call from other Dabo applications. Is this > very new? > > Platform: GTK > Python Version: 2.6 on linux2 > Dabo Version: Version 0.9.2; Revision 5402M > UI Version: 2.8.9.2 on wxGTK (gtk2)
Yes, I added dabo.db.connect() and con.cursor() to support this test script in r5403 and r5404, just last week. Paul _______________________________________________ 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]
