Announce: libgmail 0.1.2 - security upgrade

2005-09-19 Thread stasz
Hello, The latest release of libgmail fixes a critical security bug. Users are recommended to upgrade as soon as possible. You can download version 0.1.2 here: http://sourceforge.net/project/showfiles.php?group_id=113492&package_id=122807 What's libgmail? The libgmail project is a pure Python bi

Re: gettext again

2005-08-09 Thread stasz
On Tue, 09 Aug 2005 23:59:26 +0200, cantabile wrote: > stas a écrit : > >> As a reminder, make sure that you install gettext in the namespace >> of your toplevel module. [] > Noticed something : > I must import test2.py AFTER gettext.install('test1') and even then, if > test3.py imports test

Re: gettext again

2005-08-08 Thread stasz
On Mon, 08 Aug 2005 02:56:35 +0200, cantabile wrote: > stasz a écrit : >> On Sun, 07 Aug 2005 21:33:21 +0200, cantabile wrote: >> >> >>>stasz a écrit : >>> >>>>On Sun, 07 Aug 2005 11:09:14 +0200, cantabile wrote: >>>> >>>&g

Re: gettext again

2005-08-07 Thread stasz
On Sun, 07 Aug 2005 21:33:21 +0200, cantabile wrote: > stasz a écrit : >> On Sun, 07 Aug 2005 11:09:14 +0200, cantabile wrote: >> >> >>>Hi, >>>I'm failing to make it work but can't find out what's wrong. Here's what >>>I do

Re: gettext again

2005-08-07 Thread stasz
On Sun, 07 Aug 2005 11:09:14 +0200, cantabile wrote: > Hi, > I'm failing to make it work but can't find out what's wrong. Here's what > I do : [] > How come ? What's wrong with what I am doing ? Start with this little howto about gettext. http://childsplay.sourceforge.net/translate-howto.html

Re: A Faster Way...

2005-05-11 Thread stasz
On Tue, 10 May 2005 18:11:27 -0700, gene.tani wrote: > hmm, there's lots of ways, huh? you can use itertools.zip instead of > builtin zip, or do: > > map(None, list1, list2) Not! One should try a possible solution first, >>> l1 = range(10) >>> l2 = range(10,20) >>> l1 [0, 1, 2, 3, 4, 5, 6, 7, 8

Re: Advice needed on __del__

2005-05-10 Thread stasz
On Mon, 09 May 2005 22:49:06 -0300, André Roberge wrote: > Scott David Daniels wrote: >> André Roberge wrote: >> >>>... Each time I refresh the screen, I could >>>force that call, then check to see if Evil has been >>>destroyed by Python, which would give me the information >>>I need to destroy

Re: Unknown locale nb_NO ?

2004-12-08 Thread StasZ
On Wed, 08 Dec 2004 10:31:31 +0300, Denis S. Otkidach wrote: > On Tue, 07 Dec 2004 17:06:12 +0100 > Stas Z <[EMAIL PROTECTED]> wrote: > >> When I 'googled' for it, I saw that no_NO has become nn_NO/nb_NO. >> However it strikes me as odd, that Python2.3.4 raises an exception when >> querying for a

Re: Unknown locale nb_NO ?

2004-12-07 Thread StasZ
On Tue, 07 Dec 2004 19:19:42 +, Richard Brodie wrote: > > "Stas Z" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >> However it strikes me as odd, that Python2.3.4 raises an exception when >> querying for a valid locale. I tend to call it a bug :-( > > File one in the bug tra