Re: [BangPypers] [Inpycon] PyCon Logo decision

2009-05-26 Thread VidA
On Tue, May 26, 2009 at 19:06, Anand Chitipothu wrote: > Can I vote for more than one entry? How about the Condorcet or the Schulze (internal elections?) method, both of which iirc are used by debian. If its too complicated a procedure, maybe each voter could write the number next to their name i

Re: [BangPypers] Reg Expression problem and Unicode...

2009-05-26 Thread Anand Chitipothu
> text = "The Price £7" > pattern = u"£\d" > > m = re.search(pattern, text, re.UNICODE) > print m.group(0) Your text is in utf-8 encoding and pattern in unicode. Make text unicode solves the issue. text = u"The Price £7" pattern = u"£\d" m = re.search(pattern, text, re.UNICODE) print m.group(0).e

[BangPypers] Reg Expression problem and Unicode...

2009-05-26 Thread Sam's Lists
Hello everyone... I have a small problem...I'm trying to match a pound symbol in a document using Python. (Version 2.5.2, although I also ran this under 2.6 and it seemed to give the same result. But ultimately I need correct code for 2.5.2) Here's the code: #!/usr/bin/env python # -*- coding:

Re: [BangPypers] [Inpycon] PyCon Logo decision

2009-05-26 Thread Noufal Ibrahim
On Tue, May 26, 2009 at 7:06 PM, Anand Chitipothu wrote: > Can I vote for more than one entry? I for one am not going to stop you from doing so. Go right ahead. :) -- ~noufal ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/m

Re: [BangPypers] [Inpycon] PyCon Logo decision

2009-05-26 Thread Anand Balachandran Pillai
On Tue, May 26, 2009 at 7:06 PM, Anand Chitipothu wrote: > Can I vote for more than one entry? Nothing in the voting system to prevent you from doing that. After all it is just a Wiki. Btw, I have numbered each logo. It would have been better to have a separate voting page with the logo

Re: [BangPypers] [Inpycon] PyCon Logo decision

2009-05-26 Thread Anand Chitipothu
Can I vote for more than one entry? Anand 2009/5/26 Noufal Ibrahim : > (Cross posting to BangPypers for participation). > > Please vote : http://wiki.python.org/moin/PyConIndiaLogos > > I should have been clear about not voting till all the designs were in. I'll > add that to my list of lessons l

Re: [BangPypers] [Inpycon] PyCon Logo decision

2009-05-26 Thread Noufal Ibrahim
(Cross posting to BangPypers for participation). Please vote : http://wiki.python.org/moin/PyConIndiaLogos I should have been clear about not voting till all the designs were in. I'll add that to my list of lessons learnt. Please vote up your favourite logo on the site. Just enter your name in th