socket and thread

2009-01-08 Thread ZeeGeek
I'm writing a small program which uses different threads to monitor an IMAP mailbox and an RSS feed. If network is not available when the program starts, both threads will sleep for a while and try again. It seems that the first thread succeeds when the network becomes available will cause the othe

Re: default gettext localedir on windows

2008-05-20 Thread ZeeGeek
On May 21, 2:31 am, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > * ZeeGeek (Tue, 20 May 2008 09:31:27 -0700 (PDT)) > > > > > On May 17, 8:39 pm, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > > > * ZeeGeek (Sun, 4 May 2008 10:56:52 -0700 (PDT)) > >

Re: default gettext localedir on windows

2008-05-20 Thread ZeeGeek
On May 17, 8:39 pm, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > * ZeeGeek (Sun, 4 May 2008 10:56:52 -0700 (PDT)) > > > On May 5, 1:16 am, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > > > * ZeeGeek (Sun, 4 May 2008 08:59:05 -0700 (PDT)) > > > > > Hi,

Re: default gettext localedir on windows

2008-05-04 Thread ZeeGeek
On May 5, 1:16 am, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > * ZeeGeek (Sun, 4 May 2008 08:59:05 -0700 (PDT)) > > > Hi, what's the default localedir for gettext module on windows? In > > Linux, it's /usr/share/locale. Where should I put the *.mo file in >

default gettext localedir on windows

2008-05-04 Thread ZeeGeek
Hi, what's the default localedir for gettext module on windows? In Linux, it's /usr/share/locale. Where should I put the *.mo file in order to make the translation work? Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: email header decoding fails

2008-04-10 Thread ZeeGeek
On Apr 10, 5:18 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Thu, 10 Apr 2008 05:45:41 -0300, ZeeGeek <[EMAIL PROTECTED]> escribió: > > > On Apr 10, 4:31 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> > > wrote: > >&

Re: email header decoding fails

2008-04-10 Thread ZeeGeek
On Apr 10, 4:31 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Wed, 09 Apr 2008 23:12:00 -0300, ZeeGeek <[EMAIL PROTECTED]> escribió: > > > It seems that the decode_header function in email.Header fails when > > the string is in the following form,

email header decoding fails

2008-04-09 Thread ZeeGeek
It seems that the decode_header function in email.Header fails when the string is in the following form, '=?gb2312?Q?=D0=C7=C8=FC?=(revised)' That's when a non-encoded string follows the encoded string without any whitespace. In this case, decode_header function treats the whole string as non-enc

Re: Standardizing XML

2007-04-15 Thread ZeeGeek
On Apr 15, 1:13 pm, ZeD <[EMAIL PROTECTED]> wrote: > ZeeGeek wrote: > > in the code returned by Live Space, they use instead of so > > that Blogger will complain that this tag is not valid because it > > doesn't have a closing tag. Another example is that the

Re: Standardizing XML

2007-04-15 Thread ZeeGeek
On Apr 15, 1:13 pm, Jonathan Ballet <[EMAIL PROTECTED]> wrote: > Le 15 Apr 2007 11:02:20 -0700, > "ZeeGeek" <[EMAIL PROTECTED]> a écrit : > > > Thanks for correcting me. I worded it inproperly. For example, in > > the code returned by Live Space, the

Re: Standardizing XML

2007-04-15 Thread ZeeGeek
On Apr 15, 7:08 am, Jan Danielsson <[EMAIL PROTECTED]> wrote: > ZeeGeek wrote: > > Is there a module for python to standardize XML? Since MSN Live Space > > doesn't use standard XML in the posts, I want to standardize them so > > that I can use them elsewhere. >

Standardizing XML

2007-04-15 Thread ZeeGeek
Is there a module for python to standardize XML? Since MSN Live Space doesn't use standard XML in the posts, I want to standardize them so that I can use them elsewhere. -- http://mail.python.org/mailman/listinfo/python-list