Hi,
I have an error which manifests itself only on production machine and
not on dev one even though both seem to have identical version of
TurboGears installed. May be someone have a hint what's really wrong
here. Here is the traceback:
File
"/home2/zzz/lib/python2.4/site-packages/TurboGears-1.0b1-py2.4.egg/turbogears/widgets/meta.py",
line 107, in lockwidget
output = self.__class__.display(self, *args, **kw)
File
"/home2/zzz/lib/python2.4/site-packages/TurboGears-1.0b1-py2.4.egg/turbogears/widgets/base.py",
line 223, in display
self.update_params(params)
File
"/home2/zzz/lib/python2.4/site-packages/TGFastData-0.9a6-py2.4.egg/tgfastdata/datawidgets.py",
line 47, in update_params
super(FastDataGrid, self).update_params(d)
File
"/home2/zzz/lib/python2.4/site-packages/TurboGears-1.0b1-py2.4.egg/turbogears/widgets/datagrid.py",
line 110, in update_params
columns = self._parse(fields)
File
"/home2/zzz/lib/python2.4/site-packages/TurboGears-1.0b1-py2.4.egg/turbogears/widgets/datagrid.py",
line 124, in _parse
title, name_or_f = col
ValueError: too many values to unpack
As I said, this pages renders just fine on local machine, with the same
tgfastdata/tg eggs installed.
Thanks,
Max.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---