Re: about xgettext

2006-01-10 Thread hugo
>:) But in 2.3.X version, there are also have pygettext.py and >msgfmt.py exist, in windows version. I have 2.3 and 2.4 version >installed in my box. On Debian the 2.3 installation doesn't include msgfmt.py AFIK. And msguniq.py doesn't exist at all - as I wrote, we need _all_ those tools and we n

Re: about xgettext

2006-01-09 Thread limodou
2006/1/10, hugo <[EMAIL PROTECTED]>: > > >Thanks. But I installed python 2.4.2, there are pygettext.py and > >msgfmt.py in tools folder. So I think they are standard tools in > >offical python release. > > Django still supports Python 2.3, so scripts need to be able to run > with Python 2.3. > :)

Re: about xgettext

2006-01-09 Thread hugo
>Thanks. But I installed python 2.4.2, there are pygettext.py and >msgfmt.py in tools folder. So I think they are standard tools in >offical python release. Django still supports Python 2.3, so scripts need to be able to run with Python 2.3. bye, Georg

Re: about xgettext

2006-01-09 Thread limodou
2006/1/9, hugo <[EMAIL PROTECTED]>: > > >Uh - there is no standard pygettext tool - there might be something by > >that name that can be additionally installed, but the standard python > > Ok, to be more specific: some python installations on Linux > distributions don't have it (like some older De

Re: about xgettext

2006-01-09 Thread hugo
>Uh - there is no standard pygettext tool - there might be something by >that name that can be additionally installed, but the standard python Ok, to be more specific: some python installations on Linux distributions don't have it (like some older Debian for example). But the rest still stands: w

Re: about xgettext

2006-01-09 Thread hugo
>And I want >to know is there a pure python way to do that? I know python provides >a pygettext tools, why not use it but xgettext? Uh - there is no standard pygettext tool - there might be something by that name that can be additionally installed, but the standard python stuff doesn't include a

about xgettext

2006-01-09 Thread limodou
I'm working in xp box, and I want to make my app i18n support, but as I run make-messages.py, it complain that it cann't find xgettext. So I download it from gnu site, but as I run again, it crashed. And I want to know is there a pure python way to do that? I know python provides a pygettext tools