Hi !
Before I file a bug report, I'd like to know if somebody else has seen the
following problem. I think it could be more a problem of my python (2.4.1
debian/sarge) installation, instead of turbogears (svn 1.0 branch)
The collection of translateable strings fails for me on the first _('abc') or
_("abc") line. It looks like a the hack in toolbox/admin18n/pygettext on
line 469 is not needed on my system, or at least fails:
if not iskidstring:
469: msg = eval(repr(msg)[1:])
msg = msg.decode(self.__encoding)
Just removing the msg=eval... line solves the problem and the generated pot
file looks okay to me
Kind regards
Joseph Wenninger
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---