On Jul 24, 6:53 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> If things work with a fresh project, but not with your "old" one, it > would help if you could provide the file pygettext.py was working on. I tracked the problem down to mixed tabs and spaces. My templates were pretty well formed, but I guess we weren't as serious about spacing conventions in kid templates as we are in python code, but will be now. I switched over to TG 1.0 SVN, and now string extraction is working as expected with tg-admin i18n and admi18n tool. Thank you both! I found an old ticket about the IndentationError which was closed: http://trac.turbogears.org/ticket/1244 I used tabnanny to track down the whitespace problems, since the latest Kid release (0.9.6) doesn't give up line numbers to me. Thanks again! --Joseph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

