I tried a simple application bu tit also dose not work. :(
#from sprox.tablebase import TableBase
from sprox.dojo.tablebase import DojoTableBase as TableBase
class BTable(TableBase):
    __model__ = BookTable
b_table = BTable(DBSession)

#from sprox.fillerbase import TableFiller
from sprox.dojo.fillerbase import DojoTableFiller as TableFiller
class BTableFiller(TableFiller):
    __model__ = BookTable
b_table_filler = BTableFiller(DBSession)

from tgext.crud import CrudRestController
class BController(CrudRestControl
ler):

from tgext.crud import CrudRestController
class BController(CrudRestController):
    model = BookTable
    table = b_table
    table_filler = b_table_filler

And here is the traceback
http://pylonshq.com/tracebacks/0c78af75b7dea53bf8fe3ebb13a6dc1f




-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to