I dont know wheter for 2.2beta error/bugs creating a seperate thread is appropriate, so I am posting it in this ongoing thread. Running a simple quickstart with default values gives this error while accessing the groups in admin .
TypeError: 'SortableColumn' object has no attribute '__getitem__' View as: Interactive <http://127.0.0.1:8080/admin/groups/#> (full)<http://127.0.0.1:8080/admin/groups/#> | Text <http://127.0.0.1:8080/admin/groups/#> (full)<http://127.0.0.1:8080/admin/groups/#> | XML <http://127.0.0.1:8080/admin/groups/#> (full)<http://127.0.0.1:8080/admin/groups/#> Module ?:*47* in <Expression u"XML(tmpl_context.widget(value=value_list, action=mount_point+'.json'))"> <http://127.0.0.1:8080/admin/groups/#> view <http://127.0.0.1:8080/admin/groups/#> >> >> <http://127.0.0.1:8080/admin/groups/#>${XML(tmpl_context.widget(value=value_list, >> action=mount_point+'.json'))} Module sprox.viewbase:*104* in __call__ <http://127.0.0.1:8080/admin/groups/#> view <http://127.0.0.1:8080/admin/groups/#> >> <http://127.0.0.1:8080/admin/groups/#>return self.__widget__.__call__(* args, **kw) Module tw.core.base:*544* in __call__ <http://127.0.0.1:8080/admin/groups/#> view <http://127.0.0.1:8080/admin/groups/#> >> <http://127.0.0.1:8080/admin/groups/#>return self.display(value, **kw) Module tw.core.base:*539* in display <http://127.0.0.1:8080/admin/groups/#> view <http://127.0.0.1:8080/admin/groups/#> >> <http://127.0.0.1:8080/admin/groups/#>kw = self.prepare_dict(value, kw) Module tw.core.base:*582* in prepare_dict <http://127.0.0.1:8080/admin/groups/#> view <http://127.0.0.1:8080/admin/groups/#> >> <http://127.0.0.1:8080/admin/groups/#>self.update_params(d) Module tw.forms.datagrid:*121* in update_params <http://127.0.0.1:8080/admin/groups/#> view <http://127.0.0.1:8080/admin/groups/#> >> <http://127.0.0.1:8080/admin/groups/#>columns = self._parse(fields) Module tw.forms.datagrid:*146* in _parse <http://127.0.0.1:8080/admin/groups/#> view <http://127.0.0.1:8080/admin/groups/#> >> <http://127.0.0.1:8080/admin/groups/#>title, name_or_f = col[:2] *TypeError: 'SortableColumn' object has no attribute '__getitem__' * On Wednesday, 11 April 2012 09:25:08 UTC+5:30, Michael Pedersen wrote: > > Well, after working on the package updates last night, I worked on getting > a beta release of TG2.2 out. > > You won't find it on PyPi, and I have no intention of ever putting it > there. > > However, you can install it with only slight variation on the normal > instructions: > > easy_install -i http://tg.gy/beta tg.devtools > > All of the packages are upgraded as high as they can be. That means that > only Pylons, Chameleon, repoze.who, and transaction are not at the latest > possible release. > > People, please test this with your code. File tickets. Let us know of > problems. We're going to release this as our current stable release soon. > Definitely before the end of May, and hopefully at the end of April. > Without your feedback, though, we could create problems for you. We don't > want that, so please let us know. > > Many new packages, many internal code changes to fix many bugs, and many > new features, and no support for Python 2.4. This is a major release. Help > us get it right. > > Thank you. > > -- > Michael J. Pedersen > My Online Resume: http://www.icelus.org/ -- Google+ > http://plus.ly/pedersen > Google Talk: [email protected] -- Twitter: pedersentg > > On Wednesday, 11 April 2012 09:25:08 UTC+5:30, Michael Pedersen wrote: > > Well, after working on the package updates last night, I worked on getting > a beta release of TG2.2 out. > > You won't find it on PyPi, and I have no intention of ever putting it > there. > > However, you can install it with only slight variation on the normal > instructions: > > easy_install -i http://tg.gy/beta tg.devtools > > All of the packages are upgraded as high as they can be. That means that > only Pylons, Chameleon, repoze.who, and transaction are not at the latest > possible release. > > People, please test this with your code. File tickets. Let us know of > problems. We're going to release this as our current stable release soon. > Definitely before the end of May, and hopefully at the end of April. > Without your feedback, though, we could create problems for you. We don't > want that, so please let us know. > > Many new packages, many internal code changes to fix many bugs, and many > new features, and no support for Python 2.4. This is a major release. Help > us get it right. > > Thank you. > > -- > Michael J. Pedersen > My Online Resume: http://www.icelus.org/ -- Google+ > http://plus.ly/pedersen > Google Talk: [email protected] -- Twitter: pedersentg > > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To view this discussion on the web visit https://groups.google.com/d/msg/turbogears/-/c_36ru4tykYJ. 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.

