Oleg Broytmann wrote: > On Tue, Apr 18, 2006 at 04:29:06PM +0200, Uwe Grauer wrote: >> Oleg Broytmann wrote: >>> On Tue, Apr 18, 2006 at 02:34:00PM +0200, Uwe Grauer wrote: >>>> Exception exceptions.TypeError: "'NoneType' object is not callable" in >>>> <bound method Transaction.__del__ of <sqlobject.dbconnection.Transaction >>>> object at 0x40b4a94c>> ignored >> I don't know where it is. > > It is in sqlobject/dbconnection.py, class Transaction. > >> How would i write a script which just asks sqlobject to create the >> database from a sqlobject-model? > > First, there is sqlobject-admin script. And you can write > MyTable.create() in your own script. > > Oleg.
Ok, thanks, i will take a look. Uwe ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
