Re: removing a post

2009-09-27 Thread Sjoerd Mullender
We are your photos. Share us now with Windows Live Photos. <http://go.microsoft.com/?linkid=9666045> -- Sjoerd Mullender -- http://mail.python.org/mailman/listinfo/python-list

Re: zip codes

2009-08-17 Thread Sjoerd Mullender
rk 123, Amsterdam. In other words, a simple city <-> ZIP mapping is not sufficient. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- http://mail.python.org/mailman/listinfo/python-list

Re: regex question on .findall and \b

2009-07-02 Thread Sjoerd Mullender
x27;this is test a3 attempt 79') Out[162]: [] What am I missing? ~Ethan~ Try this: >>> re.findall(r'\b\d+\b','this is test a3 attempt 79') ['79'] The \b is a backspace, by using raw strings you get an actual backslash and b. -- Sjoerd Mullender -- http://mail.python.org/mailman/listinfo/python-list

Re: Gateway to python-list is generating bounce messages.

2008-09-11 Thread Sjoerd Mullender
is already implemented and was implemented from the beginning. It is not the gateway's fault that there are systems that don't follow the standards. -- Sjoerd Mullender, python-list administrator -- http://mail.python.org/mailman/listinfo/python-list

Re: Is massive spam coming from me on python lists?

2008-04-21 Thread Sjoerd Mullender
Torsten Bronger wrote: > Hallöchen! > > Sjoerd Mullender writes: > >> On 2008-04-21 08:01, Brian Vanderburg II wrote: >> >>> I've recently gotten more than too many spam messages and all say >>> Sender: [EMAIL PROTECTED] [...] >> That is just

Re: Is massive spam coming from me on python lists?

2008-04-21 Thread Sjoerd Mullender
t have that Sender. In other words, these spams do not come from you. -- Sjoerd Mullender -- http://mail.python.org/mailman/listinfo/python-list

Re: Rounding a number to nearest even

2008-04-15 Thread Sjoerd Mullender
(2.0, 2.0), (2.25, 2.0), (2.5, 2.0), (2.75, 2.0), (3.0, 4.0), (3.25, 4.0), (3.5, 4.0), (3.75, 4.0), (4.0, 4.0), (4.25, 4.0), (4.5, 4.0), (4.75, 4.0)] x.75 should be rounded up. -- Sjoerd Mullender signature.asc Description: OpenPGP digital signature -- http://mail.python.org/mailman/listinfo/python-list

Re: mod_python and pysvn

2007-09-11 Thread Sjoerd
On Sep 11, 7:41 pm, Bjoern Schliessmann wrote: > Tim Golden wrote: > > Sjoerd wrote: > >> ClientError: Unable to open an ra_local session to URL > >> Unable to open repository 'file:///P:/tools/builds/repository' > > >> does anyone know how I c

mod_python and pysvn

2007-09-11 Thread Sjoerd
uilds/repository' does anyone know how I can fix this? thanks in advance! Sjoerd -- http://mail.python.org/mailman/listinfo/python-list

MySQLdb ImportError

2007-08-31 Thread Sjoerd
or code 193 This is on a AMD64 bit machine, when I import it on a 32 bit machine it works fine. Is there anyway to fix this? Is there a build for AMD64 bit machines or is there simply no way that I can get MySQLdb working on it? Thanks in advance, Sjoerd -- http://mail.python.org/mailman/listinfo/python-list

Re: Stop a thread on deletion

2007-08-08 Thread Sjoerd Op 't Land
Dear Cris, Thanks a lot. This works! (What you didn't know, there was already such a 'proxy' object in the design, so it isn't the hack it looks ;).) Thanks again, Sjoerd Op 't Land Chris Mellon schreef: > On 8/8/07, Sjoerd Op 't Land <[EMAIL PROTECTED]&g

Stop a thread on deletion

2007-08-08 Thread Sjoerd Op 't Land
is running. I tried gc.get_referrers(self), but it seems to need some parsing. I'm not sure how to implement that and I'm not sure whether it will work always or not. Thanks in advance for any suggestion, Sjoerd Op 't Land -- http://mail.python.org/mailman/listinfo/python-list

test, please ignore

2006-09-20 Thread Sjoerd Mullender
This is a test message from your mailing list administrator. Please ignore. -- Sjoerd Mullender -- http://mail.python.org/mailman/listinfo/python-list