pygettext ?

C

cantabile

Hi, I'm trying to write an internationalized app. I'm learning python
and read that pygettext would help me, but I found elsewhere it was
obsolete (??)
So, what's the correct and up to date tool to i18n python ?
Is there a tutorial somewhere (python docs has nothing really usable :
I'd like at least an example!)

Do you have links to pages or documents about that ?

Thanks :)
 
J

Jon Hewer

Hi

I'm pretty new to Python, and recently been working my way through
Dive Into Python, and I'm currently writing a really simple rss reader
purely to get familiarised with the language. I want to move onto
something a little more challenging, but I'm stuck for ideas on what
to do.

I'm after a project that can start quite simple, but has lots of room
for expansion when I get more confident with Python. Ideally
something which would start as a command line program, and then when I
feel adventurous I could build a GUI for it.

I have just bought the Foundations of Python Network Programming book,
so maybe something network related would be good?

Cheers
Jon
 
J

Jon Hewer

Hi

I'm pretty new to Python, and recently been working my way through
Dive Into Python, and I'm currently writing a really simple rss reader
purely to get familiarised with the language. I want to move onto
something a little more challenging, but I'm stuck for ideas on what
to do.

I'm after a project that can start quite simple, but has lots of room
for expansion when I get more confident with Python. Ideally
something which would start as a command line program, and then when I
feel adventurous I could build a GUI for it.

I have just bought the Foundations of Python Network Programming book,
so maybe something network related would be good?

Cheers
Jon
 
J

Jon Hewer

Hi

I'm pretty new to Python, and recently been working my way through
Dive Into Python, and I'm currently writing a really simple rss reader
purely to get familiarised with the language. I want to move onto
something a little more challenging, but I'm stuck for ideas on what
to do.

I'm after a project that can start quite simple, but has lots of room
for expansion when I get more confident with Python. Ideally
something which would start as a command line program, and then when I
feel adventurous I could build a GUI for it.

I have just bought the Foundations of Python Network Programming book,
so maybe something network related would be good?

Cheers
Jon
 
J

Jarek Zgoda

cantabile napisa³(a):
Hi, I'm trying to write an internationalized app. I'm learning python
and read that pygettext would help me, but I found elsewhere it was
obsolete (??)
So, what's the correct and up to date tool to i18n python ?
Is there a tutorial somewhere (python docs has nothing really usable :
I'd like at least an example!)

Here's a page from wxPython wiki, but I think it may be usable also with
other GUI toolkits, as it contains many generic introductory
informations: http://wiki.wxpython.org/index.cgi/Internationalization

Also, check sources of some existing application that has good i18n
implementation, Gajim (http://www.gajim.org/) comes first to my mind.
 
R

Reinout van Schouwen

Hi,

Hi, I'm trying to write an internationalized app. I'm learning python and
read that pygettext would help me, but I found elsewhere it was obsolete (??)
So, what's the correct and up to date tool to i18n python ?

Short answer: the functionality of pygettext has been incorporated in
the main gettext tool, so pygettext is obsolete.

regards,
 
C

cantabile

Reinout van Schouwen a écrit :
Hi,




Short answer: the functionality of pygettext has been incorporated in
the main gettext tool, so pygettext is obsolete.

regards,
Thanks for the answer.
Is there a good tutorial somewhere ?
 
C

cantabile

Jon Hewer a écrit :
Hi

I'm pretty new to Python, and recently been working my way through
Dive Into Python, and I'm currently writing a really simple rss reader
purely to get familiarised with the language. I want to move onto
something a little more challenging, but I'm stuck for ideas on what
to do.

I'm after a project that can start quite simple, but has lots of room
for expansion when I get more confident with Python. Ideally
something which would start as a command line program, and then when I
feel adventurous I could build a GUI for it.

I have just bought the Foundations of Python Network Programming book,
so maybe something network related would be good?

Cheers
Jon
Excuse me but what has this answer to do with my question ?
 
S

Stuart Turner

Jon said:
Hi

I'm pretty new to Python, and recently been working my way through
Dive Into Python, and I'm currently writing a really simple rss reader
purely to get familiarised with the language. I want to move onto
something a little more challenging, but I'm stuck for ideas on what
to do.

I'm after a project that can start quite simple, but has lots of room
for expansion when I get more confident with Python. Ideally
something which would start as a command line program, and then when I
feel adventurous I could build a GUI for it.

I have just bought the Foundations of Python Network Programming book,
so maybe something network related would be good?

Cheers
Jon

I saw a competition in Linux format - may be something to consider.

- Stuart
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,311
Members
47,983
Latest member
Derek9890

Latest Threads

Top