[EMAIL PROTECTED]

2008-08-09 Thread [EMAIL PROTECTED]
FLJ. -- http://mail.python.org/mailman/listinfo/python-list

Re: spam <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

2008-07-13 Thread Arne Vajhøj
donald wrote: Arne Vajhøj wrote: Google does not accept spam complaints. Go ahead, try it. That's why they've been the #1 Usenet spamming tool for years now. What you're seeing is the spam slowly expanding into the software development groups. uk.railway is probably a random group added

Re: spam <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

2008-07-13 Thread donald
Arne Vajhøj wrote: Google does not accept spam complaints. Go ahead, try it. That's why they've been the #1 Usenet spamming tool for years now. What you're seeing is the spam slowly expanding into the software development groups. uk.railway is probably a random group added to confuse spam

Re: spam <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

2008-07-13 Thread Arne Vajhøj
Kevin McMurtrie wrote: In article <[EMAIL PROTECTED]>, Lew <[EMAIL PROTECTED]> wrote: WDC wrote: BTW I reported it, yo should too. To whom did you report it, so that we may also report it there? Google does not accept spam complaints. Go ahead, try it. That's why th

Re: spam <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

2008-07-13 Thread Kevin McMurtrie
In article <[EMAIL PROTECTED]>, Lew <[EMAIL PROTECTED]> wrote: > WDC wrote: > > BTW I reported it, yo should too. > > To whom did you report it, so that we may also report it there? Google does not accept spam complaints. Go ahead, try it. That's why they

Re: spam <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

2008-07-12 Thread Lew
WDC wrote: BTW I reported it, yo should too. To whom did you report it, so that we may also report it there? -- Lew -- http://mail.python.org/mailman/listinfo/python-list

Re: spam <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

2008-07-12 Thread WDC
On Jul 11, 7:21 pm, Nobody Here <[EMAIL PROTECTED]> wrote: > rickman <[EMAIL PROTECTED]> wrote: > > spam > > No fucking shit, Sherlock, why double the volume by pointing out the obvious? Calm down you all. BTW I reported it, yo should too. -- http://mail.python.org/mailman/listinfo/python-list

Re: spam <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

2008-07-11 Thread Nobody Here
rickman <[EMAIL PROTECTED]> wrote: > spam No fucking shit, Sherlock, why double the volume by pointing out the obvious? -- http://mail.python.org/mailman/listinfo/python-list

Re: [EMAIL PROTECTED]: Re: Compress a string]

2008-05-18 Thread Matt Porter
On Sun, 18 May 2008 19:13:57 +0100, J. Clifford Dyer <[EMAIL PROTECTED]> wrote: On Sun, May 18, 2008 at 07:06:10PM +0100, Matt Porter wrote regarding Compress a string: Hi guys, I'm trying to compress a string. E.g: "BBBC" -> "ABC" The code I have

Fwd: Re: [EMAIL PROTECTED]: Re: Compress a string]

2008-05-18 Thread python
> I'm trying to compress a string. > E.g: > > "BBBC" -> "ABC" Doesn't preserve order, but insures uniqueness: line = "BBBC" print ''.join( set( line ) ) Malcolm -- http://mail.python.org/mailman/listinfo/python-list

[EMAIL PROTECTED]: Re: Compress a string]

2008-05-18 Thread J. Clifford Dyer
On Sun, May 18, 2008 at 07:06:10PM +0100, Matt Porter wrote regarding Compress a string: > > Hi guys, > > I'm trying to compress a string. > E.g: > "BBBC" -> "ABC" > > The code I have so far feels like it could be made clearer and more > succinct, but a solution is currently escaping me.

Hyphenation with PyHyphen - public mailing list <[EMAIL PROTECTED]> now online

2008-03-10 Thread [EMAIL PROTECTED]
Hi, there is now a public mailing list open to anyone who is interested in discussing issues concerning PyHyphen. Join the list at http://groups.google.com/group/pyhyphen, or visit the project home page at http://pyhyphen.googlecode.com to get the latest sources via Subversion. Regards Leo --

[EMAIL PROTECTED]

2008-02-19 Thread Matias Surdi
test -- http://mail.python.org/mailman/listinfo/python-list

[EMAIL PROTECTED]

2008-02-19 Thread Matias Surdi
test -- http://mail.python.org/mailman/listinfo/python-list

Re: Video4Linux for [EMAIL PROTECTED]

2008-02-16 Thread Carl K
Ok, that post was somewhat bleck. Here is a much better version: http://chipy.org/V4l2forPyCon Carl K -- http://mail.python.org/mailman/listinfo/python-list

Video4Linux for [EMAIL PROTECTED]

2008-02-16 Thread Carl K
This would be Off Topic, but it is for PyCon, so there will be lots of Python side effects. I am looking for help with a Video4Linux2 driver, which is C code. I am trying to get a piece of hardware working with trascode. hardware: http://www.epiphan.com/products/product.php?pid=66 http://www.tra

MESSAGE NOT DELIVERED: Mail Delivery (failure [EMAIL PROTECTED])

2008-02-12 Thread listas
Your message could not be delivered. The User is out of space. Please try to send your message again at a later time. -- http://mail.python.org/mailman/listinfo/python-list

[EMAIL PROTECTED]: Re: overriding methods - two questions]

2007-11-19 Thread J. Clifford Dyer
On Mon, Nov 19, 2007 at 04:33:39PM +0100, Bruno Desthuilliers wrote regarding Re: overriding methods - two questions: > > J. Clifford Dyer a ?crit : > > On Mon, Nov 19, 2007 at 01:41:46PM +0100, Bruno Desthuilliers wrote > > regarding Re: overriding methods - two questions: > >> Steven D'Aprano

To Andrey Khavryuchenko <[EMAIL PROTECTED]> was: Who can develop the following Python script into working application ?

2007-09-24 Thread http://members.lycos.co.uk/dariusjack/
to Andrey Khavryuchenko <[EMAIL PROTECTED]> he said: " Actually, I am a python (and django) developer, looking for a contract, owning Nokia 770 and contacted original poster with no response. -- Andrey V Khavryuchenko http://a.khavr.com/ Chytach - unflood your feeds http://www.

cmsg cancel <[EMAIL PROTECTED]>

2007-09-19 Thread Ben Finney
I am canceling my own article. -- http://mail.python.org/mailman/listinfo/python-list

cmsg cancel <[EMAIL PROTECTED]>

2007-09-19 Thread Ben Finney
I am canceling my own article. -- http://mail.python.org/mailman/listinfo/python-list

Re: FIXED: [EMAIL PROTECTED]

2007-05-06 Thread Martin v. Löwis
> """ > Error... > > There's been a problem with your request > > psycopg.ProgrammingError: ERROR: could not serialize access due to > concurrent update > > delete from browse_tally > """ If that happens, just try again. I don't know how to fix it, but if you retry, it should work. Regards,

Re: FIXED: [EMAIL PROTECTED]

2007-05-05 Thread John Machin
On 6/05/2007 9:11 AM, Aahz wrote: > In article <[EMAIL PROTECTED]>, Aahz <[EMAIL PROTECTED]> wrote: >> In article <[EMAIL PROTECTED]>, >> Carsten Haese <[EMAIL PROTECTED]> wrote: >>> I just tried sending an email to [EMAIL PROTECTED] to request

FIXED: [EMAIL PROTECTED]

2007-05-05 Thread Aahz
In article <[EMAIL PROTECTED]>, Aahz <[EMAIL PROTECTED]> wrote: >In article <[EMAIL PROTECTED]>, >Carsten Haese <[EMAIL PROTECTED]> wrote: >> >>I just tried sending an email to [EMAIL PROTECTED] to request a >>website change, and the email bo

Re: What happened to [EMAIL PROTECTED]

2007-05-05 Thread Aahz
In article <[EMAIL PROTECTED]>, Carsten Haese <[EMAIL PROTECTED]> wrote: > >I just tried sending an email to [EMAIL PROTECTED] to request a >website change, and the email bounced back with this excerpt from the >delivery failure report: Oops! I've informed the

Re: What happened to [EMAIL PROTECTED]

2007-05-05 Thread jim-on-linux
On Friday 04 May 2007 22:19, Carsten Haese wrote: > Hiya, > > I just tried sending an email to > [EMAIL PROTECTED] to request a website > change, and the email bounced back with this > excerpt from the delivery failure report: > > """ > Reporting-MTA: dns

What happened to [EMAIL PROTECTED]

2007-05-04 Thread Carsten Haese
Hiya, I just tried sending an email to [EMAIL PROTECTED] to request a website change, and the email bounced back with this excerpt from the delivery failure report: """ Reporting-MTA: dns; bag.python.org [...] Final-Recipient: rfc822; [EMAIL PROTECTED] Original-Recipient:

[EMAIL PROTECTED]

2007-03-13 Thread thatboatguy
[EMAIL PROTECTED] Here spider spider spiderr! -- http://mail.python.org/mailman/listinfo/python-list

Re: [EMAIL PROTECTED] Re: *** ISRAELI TERRORISTS BLEW UP INDIAN TRAIN ***

2007-02-26 Thread thermate
<[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Forge cancel huh. > > Subject: *** ISRAELI TERRORISTS BLEW UP INDIAN TRAIN *** > From: [EMAIL PROTECTED] > Date: Sun, 25 Feb 2007 09:28:55 + (UTC) > Newsgroups:sci.materials,soc.culture.indian,comp.text

Re: Fw: [wxPython-users] 1>make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _make_buildinfo2

2006-12-05 Thread Fredrik Lundh
etaoinbe wrote: > I have added advapi32 &user32. This is my current result : > > I am quite surprised there are so many issues with the solution file > that comes with python25. > I remember py23 built out of the box :( python 2.5 also builds out of the box, if you're using an ordinary visual s

Re: Fw: [wxPython-users] 1>make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _make_buildinfo2

2006-12-05 Thread etaoinbe
ymbol _init_types 4>getversion.obj : error LNK2019: unresolved external symbol _Py_GetBuildInfo referenced in function _Py_GetVersion 4>posixmodule.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _win32_startfile 4>posixmodule.obj : error LNK2019: unresolved

Re: Fw: [wxPython-users] 1>make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _make_buildinfo2

2006-12-05 Thread Fredrik Lundh
f rom wrote: >> 1>make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL >> PROTECTED] referenced in function _make_buildinfo2 >> 1>make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL >> PROTECTED] referenced in function _make_bui

Fw: [wxPython-users] 1>make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _make_buildinfo2

2006-12-05 Thread f rom
- Forwarded Message From: Josiah Carlson <[EMAIL PROTECTED]> To: f rom <[EMAIL PROTECTED]>; [EMAIL PROTECTED] Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: [wxPython-users] 1>make_buildinfo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED

Re: Mail Delivery (failure [EMAIL PROTECTED])

2006-10-16 Thread support
Thank you for your email. This is an automatic acknowledgement, and we will process your email in one business day. To shorten your waiting period until your email is answered manually, you have the possibility to find a solution on our webpage i.e. 1.) I am unable to register my program I purc

[EMAIL PROTECTED]

2006-04-09 Thread Ahava321
please put me on your mailing list -- http://mail.python.org/mailman/listinfo/python-list

Re: Mail Delivery (failure [EMAIL PROTECTED])

2006-01-31 Thread info
Hemos recibido su correo, en breve nos pondremos en contacto con ustedes. -- http://mail.python.org/mailman/listinfo/python-list

BOUNCE [EMAIL PROTECTED]: global taboo header: /^subject:\s*Returned mail\b/i Non-member submission from [EMAIL PROTECTED]

2006-01-16 Thread owner-caliper
.hp.com (Postfix) with ESMTP id 902E91898 for <[EMAIL PROTECTED]>; Mon, 16 Jan 2006 13:16:30 -0800 (PST) From: python-list@python.org To: [EMAIL PROTECTED] Subject: Returned mail: see transcript for details Date: Mon, 16 Jan 2006 15:15:57 -0600 MIME-Version: 1.0 Content-Type: text/plain; chars

how to encode tamil fonts in python (parthasarathy)([EMAIL PROTECTED])

2006-01-04 Thread 0B85
i tried to encode tamil font in python using unicode but i couldn't.Can u help me in encoding it.ex:  >>> u'have \u0061 nice day'  u'have a nice day'--     \u0061 - a    

Verify python-list@python.org for [EMAIL PROTECTED]

2005-09-28 Thread Yngvi Bjornsson
Hello! Your message has been received, but it hasn't been delivered to me yet. Since I don't have any record of you sending me email from this address before, I need to verify that you're not a spammer. Please just hit 'Reply' and send this message back to me, and your previous message will be del

FOUND VIRUS IN MAIL from to <[EMAIL PROTECTED]>

2005-09-15 Thread virusalert
V I R U S A L E R T Our viruschecker found a VIRUS in your email to "<[EMAIL PROTECTED]>". We stopped delivery of this email! Now it is on you to check your system for viruses In file: /usr/local/mav/basedir/j8FCBSXA0

BOUNCE [EMAIL PROTECTED]: Non-member submission from [EMAIL PROTECTED]

2005-07-19 Thread owner-discussion
>From [EMAIL PROTECTED] Tue Jul 19 04:14:47 2005 Received: from mtl-smtpgw2.global.avidww.com (mtl-smtpgw2.global.avidww.com [172.24.33.104]) by paperboy.global.avidww.com (8.12.9/8.12.6) with ESMTP id j6J8ElvQ003608 for <[EMAIL PROTECTED]>; Tue, 19 Jul 2005 04:14