Jorge Vargas wrote:
> On 12/14/06, Steve Bergman <[EMAIL PROTECTED]> wrote:
> >
> > I'm moving an app which uses FastData from 0.9a3 to 1.0b2.  I'm getting
> > the traceback below.
> >
> > I'll probably rewrite the FastData parts to use a regular grid.  But
> > I'm curious about the status of FastData.  The version number is at
> > 0.9a6 and there has not been a new release in some time.  It seems to
> > be broken WRT 1.0b2, and I get the impression that it is effectively
> > deprecated.
> >
> > However, I noticed a post not long ago in which Kevin said that he was
> > looking forward to FastData superceding CatWalk.
> >
> > What's the scoop?
> currently FastData needs a dedicated maintainer

Any idea what the plans were for it before? I've always liked FastData
and wouldn't mind pitching in to make something happen there.

-Adam

> >
> > ============================
> >
> > Page handler: <bound method Root.user_browse of
> > <library.controllers.Root object at 0xa03d60c>>
> > Traceback (most recent call last):
> >   File
> > "/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cphttptools.py",
> > line 105, in _run
> >     self.main()
> >   File
> > "/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cphttptools.py",
> > line 254, in main
> >     body = page_handler(*virtual_path, **self.params)
> >   File "<string>", line 3, in user_browse
> >   File
> > "/usr/lib/python2.4/site-packages/TurboGears-1.0b2-py2.4.egg/turbogears/controllers.py",
> > line 334, in expose
> >     output = database.run_with_transaction(
> >   File "<string>", line 5, in run_with_transaction
> >   File
> > "/usr/lib/python2.4/site-packages/TurboGears-1.0b2-py2.4.egg/turbogears/database.py",
> > line 245, in so_rwt
> >     retval = func(*args, **kw)
> >   File "<string>", line 5, in _expose
> >   File
> > "/usr/lib/python2.4/site-packages/TurboGears-1.0b2-py2.4.egg/turbogears/controllers.py",
> > line 351, in <lambda>
> >     mapping, fragment, args, kw)))
> >   File
> > "/usr/lib/python2.4/site-packages/TurboGears-1.0b2-py2.4.egg/turbogears/controllers.py",
> > line 391, in _execute_func
> >     return _process_output(output, template, format, content_type,
> > mapping, fragment)
> >   File
> > "/usr/lib/python2.4/site-packages/TurboGears-1.0b2-py2.4.egg/turbogears/controllers.py",
> > line 82, in _process_output
> >     fragment=fragment)
> >   File
> > "/usr/lib/python2.4/site-packages/TurboGears-1.0b2-py2.4.egg/turbogears/view/base.py",
> > line 130, in render
> >     return engine.render(**kw)
> >   File
> > "/usr/lib/python2.4/site-packages/TurboKid-0.9.9-py2.4.egg/turbokid/kidsupport.py",
> > line 174, in render
> >     return t.serialize(encoding=self.defaultencoding, output=format,
> > fragment=fragment)
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/__init__.py",
> > line 236, in serialize
> >     return serializer.serialize(self, encoding, fragment)
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/serialization.py",
> > line 51, in serialize
> >     text = list(self.generate(stream, encoding, fragment))
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/serialization.py",
> > line 327, in generate
> >     for ev, item in self.apply_filters(stream):
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/serialization.py",
> > line 84, in balancing_filter
> >     for ev, item in stream:
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/pull.py",
> > line 206, in _coalesce
> >     for ev, item in stream:
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/filter.py",
> > line 21, in transform_filter
> >     for ev, item in apply_matches(stream, template, templates,
> > apply_func):
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/filter.py",
> > line 31, in apply_matches
> >     item = stream.expand()
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/pull.py",
> > line 95, in expand
> >     for ev, item in self._iter:
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/pull.py",
> > line 164, in _track
> >     for p in stream:
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/pull.py",
> > line 206, in _coalesce
> >     for ev, item in stream:
> >   File "/home/steve/python/library/library/templates/grid_form.py",
> > line 100, in _pull
> >   File
> > "/usr/lib/python2.4/site-packages/TurboGears-1.0b2-py2.4.egg/turbogears/widgets/meta.py",
> > line 107, in lockwidget
> >     output = self.__class__.display(self, *args, **kw)
> >   File
> > "/usr/lib/python2.4/site-packages/TurboGears-1.0b2-py2.4.egg/turbogears/widgets/base.py",
> > line 226, in display
> >     return view.engines.get('kid').transform(params, self.template_c)
> >   File
> > "/usr/lib/python2.4/site-packages/TurboKid-0.9.9-py2.4.egg/turbokid/kidsupport.py",
> > line 191, in transform
> >     return ElementStream(t.transform()).expand()
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/pull.py",
> > line 95, in expand
> >     for ev, item in self._iter:
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/pull.py",
> > line 164, in _track
> >     for p in stream:
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/filter.py",
> > line 21, in transform_filter
> >     for ev, item in apply_matches(stream, template, templates,
> > apply_func):
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/filter.py",
> > line 25, in apply_matches
> >     for ev, item in stream:
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/pull.py",
> > line 164, in _track
> >     for p in stream:
> >   File
> > "/usr/lib/python2.4/site-packages/kid-0.9.1-py2.4.egg/kid/pull.py",
> > line 206, in _coalesce
> >     for ev, item in stream:
> >   File
> > "/usr/lib/python2.4/site-packages/TGFastData-0.9a6-py2.4.egg/tgfastdata/templates/datagrid.py",
> > line 71, in _pull
> > TypeError: 'NoneType' object is not callable
> >
> >
> > >
> >


--~--~---------~--~----~------------~-------~--~----~
 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