Re: Blocktrans getting erratic

2008-03-04 Thread Jonas Christian
Malcolm, you're a saviour! That would explain why I didn't find anything in the Django documentation. I should have read up on gettext instead. Three cheers, Jonas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Blocktrans getting erratic

2008-03-04 Thread Jonas Christian
Hi Malcolm: > Are you sure you haven't inadvertently introduced newlines into the > strings here? Can show us what the corresponding lines in the PO file > look like (include the comments before the msgid bit as well). This is what the PO file looks like: #: templates/host.html:14 #, fuzzy, pyt

Re: Problems using cron to run a python script

2008-03-04 Thread Jonas Christian
I ran into problems like that using cron and instead of trying to locate the real error in the paths (we were about to go live ...), I simple changed the cron line to read: 1 * * * * cd /path/to/script; /usr/bin/python update_feeds.py Why don't you try that and see if it helps... Jonas On 4

Blocktrans getting erratic

2008-03-04 Thread Jonas Christian
Hi everybody, I really enjoy writing applications in Django but I ran into something very strange while doing my first internationalized app. I'm using the newforms-admin branch, revision 7192. All translations work fine, except in these cases: When I mark a string that spans multiple lines to b