message

2006-02-21 Thread Nina Almaguer
Hi, We are a web integration firm in Reston, VA and would like to post the following developer position (I have already joined the group).     When you begin your career at Siteworx, you’ll be part of a rapidly growing software and services company. In fact, you have probably visited som

Re: message

2006-02-21 Thread Steve Holden
Nina Almaguer wrote: > Hi, > We are a web integration firm in Reston, VA and would like to post the > following developer position (I have already joined the group). > > > > When you begin your career at Siteworx, you’ll be part of a rapidly > growing software and services company. In fact,

test message

2005-08-30 Thread BC
-- http://mail.python.org/mailman/listinfo/python-list

test message

2006-11-26 Thread john . smith
This is a test message, please ignore. -- http://mail.python.org/mailman/listinfo/python-list

Fw: Message vtkUser

2004-12-08 Thread Michel Audette
Hello everyone, my student had the following problem with a python program featuring multiple vtkTkRenderWidget calls. See below... Can anyone suggest a workaround? Best regards, Michel Michel Audette, Ph.D., Research Fellow, Surgical Simulation, Surgical Assist Technology Group, AIST, Namiki

Constructing RFC2822 Message

2005-12-05 Thread Narendra
Hi All, This is narendra from india doing my engineering. i need to develop an E-mail client in python,which connects to my MTA on port 25 and sends email from there. I was able to do that but my e-mail is ending in bulk when i'm trying to senf to hotmail/msn. here im giving the code of my prog

Re: Protected message

2005-08-25 Thread webmaster
Your file is attached.-- http://mail.python.org/mailman/listinfo/python-list

wxpython error message?

2006-03-23 Thread Kenneth Xie
I made some mistake in my codes, so there was a window with a text field appeared. But before I could read the message in the text field, the window disappeared. So I can't figure out what's the problem with my codes. What should I do to make the message window last a little longer?

Re: test message

2006-11-26 Thread Jordan Greenberg
[EMAIL PROTECTED] wrote: > This is a test message, please ignore. I could do that, but reminding you that test messages go in *.test groups is way more fun. And there are about a billion of them to choose from. The great thing about test groups is that when you use them, you don't clutt

Re: test message

2006-11-26 Thread Ben Finney
Jordan Greenberg <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: > > This is a test message, please ignore. > > I could do that, but reminding you that test messages go in *.test > groups is way more fun. I'm betting that the test message was to the Python mai

Re: test message

2006-11-26 Thread Jordan Greenberg
Ben Finney wrote: > Jordan Greenberg <[EMAIL PROTECTED]> writes: > >> [EMAIL PROTECTED] wrote: >>> This is a test message, please ignore. >> I could do that, but reminding you that test messages go in *.test >> groups is way more fun. > > I'

message processing/threads

2007-02-11 Thread Jonathan Curran
ld need to make this a threaded application. One thread to process the messages and the other thread(s) would be used to listen for messages and insert it into the message queue. Is my thinking correct? Is there a better way to do such a thing? Thanks for any input, - Jonathan -- http://mail.

Message ("Your message dated Thu, 20 Oct 2005 11:18:37...")

2005-10-19 Thread University of Arkansas LISTSERV Server (14.4)
Your message dated Thu, 20 Oct 2005 11:18:37 +0900 with subject "Returned mail: see transcript for details" has been submitted to the moderator of the ICTLIST list: Cynthia Smith <[EMAIL PROTECTED]>. -- http://mail.python.org/mailman/listinfo/python-list

Message ("Your message dated Mon, 26 Dec 2005 10:15:57...")

2005-12-25 Thread L-Soft list server at (12) TBS, Inc. (1.8d)
Your message dated Mon, 26 Dec 2005 10:15:57 +0545 with subject "Re: Mail Authentification" has been submitted to the moderator of the ASIABREAKINGNEWS list. -- http://mail.python.org/mailman/listinfo/python-list

Message ("Your message dated Mon, 25 Jul 2005 14:21:50...")

2005-07-25 Thread University of Arkansas LISTSERV Server (14.3)
Your message dated Mon, 25 Jul 2005 14:21:50 +0200 with subject "Status" has beensubmittedtothemoderatoroftheVMESA-Llist: [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Message ("Your message dated Wed, 21 Mar 2007 13:15:54...")

2007-03-21 Thread Dartmouth College LISTSERV Server (15.0)
Your message dated Wed, 21 Mar 2007 13:15:54 +0100 with subject "Returned mail: see transcript for details" has been submitted to the moderator of the CLASS-84 list: Martha Hartfiel '83 <[EMAIL PROTECTED]>. -- http://mail.python.org/mailman/listinfo/python-list

SysV IPC message queues

2005-02-03 Thread Aki Niimura
Hello everyone. I'm trying to control a program from a Python program using IPC. Although using a socket is a common choice for such applications, I would like to use SysV message queues because I don't need to parse the stream. I thought Python had a support of SysV message queues (I

pylab strange error message

2005-04-22 Thread [EMAIL PROTECTED]
I found this error message when I import pylab. from pylab import * Error message: Microsoft Visual C++ Runtime Library Assertion failed! Program:c\python24\python.exe File:CXX/cxx_extentions.cxx Line:1031 Expression: ob_refcnt == 0 For information on how your program can cause an assertion

Re: Constructing RFC2822 Message

2005-12-05 Thread jepler
On Mon, Dec 05, 2005 at 06:27:44AM -0800, Narendra wrote: > I was able to do that but my e-mail is ending in bulk when i'm trying > to senf to hotmail/msn. Perhaps this is an over-zealous filter on the hotmail/msn side, not a problem with Python. I don't know for sure, but some news stories indic

Re: Constructing RFC2822 Message

2005-12-05 Thread Narendra
Thanks jep for the quick response.But when im sending with different program written in java i was able to send into inbox. So i thought problem was with the python code only. Narendra -- http://mail.python.org/mailman/listinfo/python-list

Re: Constructing RFC2822 Message

2005-12-05 Thread Steve Holden
Narendra wrote: > Thanks jep for the quick response.But when im sending with different > program written in java i was able to send into inbox. > > So i thought problem was with the python code only. > > Narendra > Are you sending from a Windows XP client? If so the firewall may be getting in y

Re: Constructing RFC2822 Message

2005-12-05 Thread Tim Williams (gmail)
On 5 Dec 2005 06:27:44 -0800, Narendra <[EMAIL PROTECTED]> wrote: Hi All,This is narendra from india doing my engineering.i need to develop an E-mail client in python,which connects to my MTAon port 25 and sends email from there.I was able to do that but my e-mail is ending in bulk when i'm trying

Re: Constructing RFC2822 Message

2005-12-19 Thread Narendra
Thanks Steve, No I'm not using windows XP client. I'm using linux client and no firewall is there Thanks, Narendra -- http://mail.python.org/mailman/listinfo/python-list

Off Topic (OT) Message

2006-01-20 Thread Bob Harding
  We are looking for a 1981 graduate from Gaithersburg High School, Maryland. We believe he may frequent this list, hence this post. Please contact us at [EMAIL PROTECTED]. Thank you. Bob/Mary Harding -- http://mail.python.org/mailman/listinfo/python-list

Windows message pump problems

2005-08-16 Thread Cantankerous Old Git
monitoring tasks. This is where it all gets strange. Although I can make calls into the API and do things proactively, when I register a callback for event notification, this callback doesn't get called. I am told that if I want event notifications, I must create a window and run a "messag

Re: wxpython error message?

2006-03-23 Thread Larry Bates
Kenneth Xie wrote: > I made some mistake in my codes, so there was a window with a text field > appeared. But before I could read the message in the text field, the > window disappeared. So I can't figure out what's the problem with my codes. > What should I do to make the

Strange sorting error message

2006-10-03 Thread Dustan
ally inherit list; I probably should). When I create an instance with 2 or more items, and attempt to sort it, I get this strange error message: >>> myList.sort() Traceback (most recent call last): File "", line 1, in File "[listModulePath]", line 239, in sort s

Assigning different Exception message

2006-10-12 Thread Tor Erik Soenvisen
oracleDB.query()' raise AttributeError, e This code does not re-assign e's message when the conditional is satisfied. Why not? regards -- http://mail.python.org/mailman/listinfo/python-list

Print message with Colors

2007-01-10 Thread prk
Hi Folks, Is there any procesure for print messages with colors. Ex: print "Welcome" Comment: Here i want to see the welcome message in Red Color. Regards, Ram -- http://mail.python.org/mailman/listinfo/python-list

Re: message processing/threads

2007-02-17 Thread Aahz
e this a threaded application. One thread to >process the messages and the other thread(s) would be used to listen for >messages and insert it into the message queue. > >Is my thinking correct? Is there a better way to do such a thing? Well, that's one option. Your other two opt

Re: message processing/threads

2007-02-17 Thread fumanchu
aded > application. One thread to process the messages > and the other thread(s) would be used to listen for > messages and insert it into the message queue. You just described a threaded HTTP server ;) (although they aren't strictly FIFO). If you did decide on SOAP or XML-RPC, feel fre

Re: message processing/threads

2007-02-17 Thread Irmen de Jong
ges and the other thread(s) would be used to listen for > messages and insert it into the message queue. > > Is my thinking correct? Is there a better way to do such a thing? For your interest: Pyro includes a "server" by itself that takes care of all of this. --Irmen -- htt

Re: message processing/threads

2007-02-26 Thread joncfoo
Thank you all for your input. I now have some new ways that I need to look into and see what fits best. Thanks once again, Jonathan -- http://mail.python.org/mailman/listinfo/python-list

get message form ie

2007-05-31 Thread Ashok
Hi, Is there any way i can get a message form internet explorer into my python script when internet explorer completes loading a page? _ ashok -- http://mail.python.org/mailman/listinfo/python-list

Message ("Your message dated Sat, 3 Feb 2007 10:40:10 -0500...")

2007-02-03 Thread SLACK Incorporated LISTSERV Server (14.3)
Your message dated Sat, 3 Feb 2007 10:40:10 -0500 with no subject has been submitted to the moderator of the IDN-L list: [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: SysV IPC message queues

2005-02-03 Thread Christian Dieterich
On Déardaoin, Feabh 3, 2005, at 02:29 America/Chicago, Aki Niimura wrote: Hello everyone. I'm trying to control a program from a Python program using IPC. Although using a socket is a common choice for such applications, I would like to use SysV message queues because I don't need to

Message could not be delivered

2005-02-12 Thread Mail Delivery Subsystem
The message could not be delivered *** ** A csatolmány message.zip I-Worm.Mydoom.R virussal fertõzött, ** a csatolmány törölve lett. *** -- http://mail.python.org/mailman

IMAP4.search by message-id ?

2005-03-29 Thread Sean Dodsworth
Can anyone tell me how to get a message's number from the message-id using IMAP4.search? I've tried this: resp, items = server.search(None, 'HEADER', '"Message-id"', msgID) but it gives me a 'bogus search criteria' error Any ideas?

MESSAGE COULD NOT BE DELIVERED

2005-04-14 Thread bobby . okinaka
-- Virus Warning Message (on cesio.consuldata.com.br) Found virus WORM_MYDOOM.M in file qvupy.html .scr (in qvupy.zip) The uncleanable file is deleted. Para maiores informacoes, contate o suporte da ConsulData: +55 (13) 3219-6522 ou [EMAIL

create user message for wxPython

2005-10-20 Thread James Hu
Hi, There are 2 wxPython application, A and B and need to exchange msg. Sending WM_CLOSE, wxEVT_MOUSEWHEEL to B is OK, and sending user message like 1225 from A to B is also OK. But B didn't catch this message, note, B is running before A sends msg and can receive "WM_CLOSE".

Tkinter- Building a message box

2005-11-07 Thread Tuvas
I've been trying to build a fairly simple message box in tkinter, that when a button is pushed, will pop up a box, that has a line of text, an entry widget, and a button, that when the button is pushed, will return the value in the line of text. However, while I can read the value of the butt

Message could not be delivered

2005-07-26 Thread Returned mail
Dear user of python.org, administration of python.org would like to let you know that. We have detected that your e-mail account has been used to send a huge amount of junk e-mail messages during the last week. Probably, your computer had been infected and now runs a trojaned proxy server. Plea

Re: Windows message pump problems

2005-08-16 Thread Neil Hodgson
/windows/windowreference/windowfunctions/destroywindow.asp """A thread cannot use DestroyWindow to destroy a window created by a different thread.""" Posting WM_CLOSE to the window will probably work. If not, then send an application defined message to the win

Re: Windows message pump problems

2005-08-18 Thread Cantankerous Old Git
=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/destroywindow.asp > > > > """A thread cannot use DestroyWindow to destroy a window created by a > different thread.""" > >Posting WM_CLOSE to t

YOUR MESSAGE HAS BEEN BLOCKED

2006-04-24 Thread mailadmin
Message Delivery BLOCKED Reason: Virus found in message. Our Virus scanner found a virus in the message that you sent. Virus scanning report - 24 April 2006 @ 14:17 F-PROT ANTIVIRUS Program version: 4.3.2 Engine version: 3.14.7 VIRUS SIGNATURE FILES SIGN.DEF created 21 April 2006 SIGN2.DEF

message box halts prgram flow

2006-03-17 Thread linuxnooby
HI I am creating a tkinter app. example tkMessageBox.showinfo("Window Text", "A short message") print "blah" The execution of the application halts when the message box is displayed until the user clicks OK, then "blah is printed. However I want the program

Re: Strange sorting error message

2006-10-03 Thread Diez B. Roggisch
tin type list (though I didn't actually inherit list; I > probably should). When I create an instance with 2 or more items, and > attempt to sort it, I get this strange error message: > >>>> myList.sort() > Traceback (most recent call last): > File

Re: Strange sorting error message

2006-10-03 Thread Dustan
have a special class that is based on > > the builtin type list (though I didn't actually inherit list; I > > probably should). When I create an instance with 2 or more items, and > > attempt to sort it, I get this strange error message: > > > >>>> m

Re: Strange sorting error message

2006-10-03 Thread Steve Holden
Dustan wrote: > I'm hiding some of the details here, because I don't want to say what > I'm actually doing. > [...] I have the answer to your problem but I don't actually want to tell you what it is. regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC/Ltd

Re: Strange sorting error message

2006-10-05 Thread Dustan
Steve Holden wrote: > Dustan wrote: > > I'm hiding some of the details here, because I don't want to say what > > I'm actually doing. > > [...] > > I have the answer to your problem but I don't actually want to tell you > what it is. That's great, seeing as I already figured out the answer, as I

Re: Strange sorting error message

2006-10-05 Thread Neil Cerutti
On 2006-10-05, Dustan <[EMAIL PROTECTED]> wrote: > > Steve Holden wrote: >> Dustan wrote: >> > I'm hiding some of the details here, because I don't want to >> > say what I'm actually doing. >> > [...] >> >> I have the answer to your problem but I don't actually want to >> tell you what it is. > > T

Re: Strange sorting error message

2006-10-05 Thread Dustan
Neil Cerutti wrote: > On 2006-10-05, Dustan <[EMAIL PROTECTED]> wrote: > > > > Steve Holden wrote: > >> Dustan wrote: > >> > I'm hiding some of the details here, because I don't want to > >> > say what I'm actually doing. > >> > [...] > >> > >> I have the answer to your problem but I don't actuall

Re: Strange sorting error message

2006-10-05 Thread Steve Holden
Dustan wrote: > Neil Cerutti wrote: > >>On 2006-10-05, Dustan <[EMAIL PROTECTED]> wrote: >> >>>Steve Holden wrote: >>> Dustan wrote: >I'm hiding some of the details here, because I don't want to >say what I'm actually doing. >[...] I have the answer to your problem bu

Re: Strange sorting error message

2006-10-06 Thread Fredrik Lundh
Steve Holden wrote: > Even when it smacks you in the face, apparently. Anyway, I'm sorry if > you thought I was getting at you in any way. Just trying to amuse the > group ... time to reinstate mandatory use of the tag ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Strange sorting error message

2006-10-06 Thread hanumizzle
On 10/5/06, Neil Cerutti <[EMAIL PROTECTED]> wrote: > It was a joke, based on you hiding what you are doing, he decided > to hide the solution to your problem. Get it? What if it was for a proprietary software of some kind? -- Theerasak -- http://mail.python.org/mailman/listinfo/python-list

Re: Strange sorting error message

2006-10-06 Thread Neil Cerutti
On 2006-10-06, hanumizzle <[EMAIL PROTECTED]> wrote: > On 10/5/06, Neil Cerutti <[EMAIL PROTECTED]> wrote: > >> It was a joke, based on you hiding what you are doing, he decided >> to hide the solution to your problem. Get it? > > What if it was for a proprietary software of some kind? It wasn't s

Re: Assigning different Exception message

2006-10-12 Thread Peter Otten
27;oracleDB.open() must be called before' + \ > ' oracleDB.query()' > raise AttributeError, e > > This code does not re-assign e's message when the conditional is > satisfied. Why not? It does, but e.args is used to generate the message shown: >>> t

Re: Print message with Colors

2007-01-11 Thread Laurent Pointal
prk a écrit : > Hi Folks, > > Is there any procesure for print messages with colors. Yes, see: http://www.google.fr/search?q=python+print+color http://groups.google.fr/groups?as_q=python+print+color&num=100&as_ugroup=comp.lang.python See also ANSI escape sequences for the more general subject

Re: Print message with Colors

2007-01-11 Thread Neil Cerutti
On 2007-01-11, Laurent Pointal <[EMAIL PROTECTED]> wrote: > prk a écrit : >> Hi Folks, >> >> Is there any procesure for print messages with colors. > > Yes, see: > > http://www.google.fr/search?q=python+print+color > http://groups.google.fr/groups?as_q=python+print+color&num=100&as_ugroup=comp.lan

message handling in Python / wxPython

2007-01-30 Thread murali iyengar
hi, i have basic knowledge of python and wxPython... now i need to know about message handling in python/wxPython? could anybody pls help me by giving some info on how to handle (in Python), 'the user defined messages' posted from VC++, i dont know how to handle messaes in python.

*IMPORTANT* Message for Google Group users!

2005-01-25 Thread google_groups_001
Good News! Do you know how simple it is to go to Heaven after this life has ended? Some people believe that belonging to a local church, temple, mosque or synagogue will get them to Heaven. Others believe that water baptism, obeying the ten commandments or just being a good person will get them

File call error message (double backslash)

2005-03-08 Thread Fred
Hi I am writing on an application, that is supposed to read a file into a single string: My program though, when I run it, gives me an error, that the called file is non existent 'C:\ \Documents and Settings\ \Fred\ \My Documents\ \School\ \Bio' Is it normal that python adds the space and extra ba

Re: IMAP4.search by message-id ?

2005-03-29 Thread Max M
Sean Dodsworth wrote: Can anyone tell me how to get a message's number from the message-id using IMAP4.search? I've tried this: resp, items = server.search(None, 'HEADER', '"Message-id"', msgID) but it gives me a 'bogus search criteria' er

Re: IMAP4.search by message-id ?

2005-03-30 Thread Sean Dodsworth
Max M wrote: > Sean Dodsworth wrote: >> Can anyone tell me how to get a message's number from the message-id >> using IMAP4.search? >> I've tried this: >> resp, items = server.search(None, 'HEADER', '"Message-id"', msgID) &g

RE: IMAP4.search by message-id ?

2005-03-30 Thread Tony Meyer
> Can anyone tell me how to get a message's number from the message-id > using IMAP4.search? > I've tried this: > resp, items = server.search(None, 'HEADER', > '"Message-id"', msgID) but it gives me a 'bogus search criteria'

RE: IMAP4.search by message-id ?

2005-03-31 Thread Sean Dodsworth
Tony Meyer wrote: >> Can anyone tell me how to get a message's number from the message-id >> using IMAP4.search? >> I've tried this: >> resp, items = server.search(None, 'HEADER', >> '"Message-id"', msgID) but it

Message Delivery Failure - due to attachments

2005-04-10 Thread Mailer_Daemon
The message below (subject: "Server Report") that you sent was not delivered because it contained one or more prohibited attachments. The prohibited attachment filenames are below: - "epclrti.zip" was prohibited --- Received: from p

IMPORTANT: your message to png-group

2005-05-17 Thread W3C List Manager
This is a response to a message apparently sent from your address to [EMAIL PROTECTED]: Subject: Trotz Stellenabbau From:python-list@python.org Date:Tue, 17 May 2005 23:26:14 UTC Your message has NOT been distributed to the list; before we distribute it, we need your

Re: create user message for wxPython

2005-10-24 Thread Frithiof Andreas Jensen
"James Hu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, > There are 2 wxPython application, A and B and need to exchange msg. I do not think that wx even has a mechanism for sending events between applications.? You need some other tool, like a socket,

Re: Tkinter- Building a message box

2005-11-07 Thread Ron Adam
Tuvas wrote: > I've been trying to build a fairly simple message box in tkinter, that > when a button is pushed, will pop up a box, that has a line of text, an > entry widget, and a button, that when the button is pushed, will return > the value in the line of text. However, whi

Re: Tkinter- Building a message box

2005-11-07 Thread Tuvas
Do you have any info on dialogs? I've been trying to find some, without alot of success... -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter- Building a message box

2005-11-07 Thread jmdeschamps
Maybe this can help: http://effbot.org/zone/tkinter-dialog-windows.htm Good luck! -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter- Building a message box

2005-11-07 Thread Tuvas
Thanks alot, that helped TONS! Just had to modify it slightly, but, well, it works great now. Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter- Building a message box

2005-11-07 Thread Ron Adam
Tuvas wrote: > Do you have any info on dialogs? I've been trying to find some, without > alot of success... > Be sure and look at the examples in python24/lib/lib-tk. The Dialog.py file there does pretty much what you want. In the dialog caller example I gave, it should have been ... def do

Re: message box halts prgram flow

2006-03-19 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : > HI > > I am creating a tkinter app. > > example > > tkMessageBox.showinfo("Window Text", "A short message") > print "blah" > > The execution of the application halts when the message box is > display

PythonWin: error message and endless printing

2006-10-09 Thread Hertha Steck
Using Python 2.5 with pywin32 build 210 on Windows XP Home, first try with PythonWin after installation of this version. Here are the header lines from the interactive window: PythonWin 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32. Portions Copyright 1994-2006 Mark H

Trying to understand rfc822.Message() behaviour

2006-11-30 Thread Phoe6
Hi all, Have a look at this snippet, I have a file direct.txt and I want to read it as rfc8222.Message() so that I get the Subject: and Mood: as Dict Keys and content separately, but I am unable to get the Content Properly. >>> fhandle = open('direct.txt','r') >

subclassing a module: misleading(?) error message

2007-01-04 Thread Erik Johnson
I ran into a problem I didn't understand at first. I got part of it figured out. Let me first demonstrate the original problem: > cat Super.py class Super(object): def __init__(self): self._class = 'Super' def hello(self): print "%s says 'Hello'" % self._class > cat Sub.py

Message dialog on 'focus-out-event'

2006-09-18 Thread Tuomas
import pygtk, gtk, gobject, ... class MyEntry(gtk.Entry): def __init__(self, is_OK): gtk.Entry.__init__(self) self.is_OK=is_OK self.add_events(gtk.gdk.FOCUS_CHANGE) self.focus_out_id=self.connect('focus-out-event', se

Newbie: Capture traceback message to string?

2007-01-16 Thread Sean Schertell
Hello! I'm new to Python and this is my first post to the list. I'm trying to simply capture exception text to a few strings which can be passed to a PSP page to display a pretty error message. The problem is that I just can't seem to figure out how to get the basic co

Re: message handling in Python / wxPython

2007-01-30 Thread Chris Mellon
On 1/30/07, murali iyengar <[EMAIL PROTECTED]> wrote: > hi, > i have basic knowledge of python and wxPython... now i need to know about > message handling in python/wxPython? > > could anybody pls help me by giving some info on how to handle (in Python), > 'the user

Your message to Trasno awaits moderator approval

2004-11-30 Thread trasno-bounces
Your mail to 'Trasno' with the subject FwD: Details Is being held until the list moderator can review it for approval. The reason it is being held: SpamAssassin identified this message as possible spam (score 2.4) Either the message will get posted to the list, or you wi

ANN: Constrict 0.1.0 DNS message parsing library

2005-02-08 Thread Jason Smith
This message is to announce a new Python module, Constrict, which is useful for examining DNS messages that you receive either from a network capture or from a socket. While other DNS-related Python projects exist, none provide flexible message parsing and inspection. http://www.oes.co.th

Re: File call error message (double backslash)

2005-03-08 Thread M.E.Farmer
Hello Fred, Backslashes are used as an escape and not just in Python ( consider '\r\n' ) To use a backslash you must escape it with two of them like this: \\ 'c:\\windows\\dir' or you can use a raw string: r"c:\windows\dir" or you can use forward slashes. Yes that works ;) "c:/windows/dir" Windows

Re: File call error message (double backslash)

2005-03-08 Thread John Machin
; > Is it normal that python adds the space and extra backslash? Because > if I print the path of the called file before the open command, it > normally prints it with only one backslash. The space between the \ \ is NOT normal. Please post the exact (copy and past!) text of the tr

Error sending message [1116860878726.2800.mailserver_papl] from [www.pansegroup.com]

2005-05-23 Thread www.pansegroup.com PostMaster
[<00>] V-POP3bounce: [EMAIL PROTECTED];Error=[550 Error: Invalid Attachment] [<01>] Error sending message [1116860878726.2800.mailserver_papl] from [www.pansegroup.com]. ID: Mail From: Rcpt To: <[EMAIL PROTECTED]> Server: [209.120.245.170] [<02>] Th

Your message to Trasno awaits moderator approval

2005-10-13 Thread trasno-bounces
Your mail to 'Trasno' with the subject Re: Your letter Is being held until the list moderator can review it for approval. The reason it is being held: SpamAssassin identified this message as possible spam (score 3) Either the message will get posted to the list, or you wi

Virus found in a message you sent

2005-10-27 Thread Email_Gateway
A virus was found in a message sent by this account. --- Scan information follows --- Result: Virus Detected Virus Name: [EMAIL PROTECTED] File Attachment: document.ex_ Attachment Status: deleted --- Original message information follows --- From: python-list@python.org To: [EMAIL PROTECTED

PIL- error message- cannot open libtiff.so.3

2005-11-11 Thread Tuvas
Okay, so I've been getting this error message when trying to use PIL to open a JPEG, that there isn't a library by the name of libtiff.so.3 . I've been searching the documentation, there isn't any reference to this library. Also, I don't know why it's doing this as

Your message to documentation awaits moderator approval

2005-11-24 Thread documentation-bounces
Your mail to 'documentation' with the subject pcgiqaqwbxsoyvyg Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notif

Your message to documentation awaits moderator approval

2005-11-24 Thread documentation-bounces
Your mail to 'documentation' with the subject pcgiqaqwbxsoyvyg Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notif

Displaying error message in a try except?

2005-12-11 Thread wawork
Fairly new to python. In a try except how do you display the true (raw) error message so it can be displayed back to the user? -- http://mail.python.org/mailman/listinfo/python-list

Your message to theseptemberproject awaits moderator approval

2005-12-17 Thread theseptemberproject-bounces
Your mail to 'theseptemberproject' with the subject hi, ive a new mail address Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you wi

Your message to ZDP awaits moderator approval

2005-12-18 Thread zdp-bounces
Your mail to 'ZDP' with the subject hi, ive a new mail address Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notif

Your message to ZDP awaits moderator approval

2005-12-20 Thread zdp-bounces
Your mail to 'ZDP' with the subject hi, ive a new mail address Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notif

Your message to theseptemberproject awaits moderator approval

2006-01-04 Thread theseptemberproject-bounces
Your mail to 'theseptemberproject' with the subject hi,_ive_a_new_mail_address Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you wi

Your message to CMake awaits moderator approval

2005-07-19 Thread cmake-bounces
t, and you post to the list, your message will be discarded. Do not take it personally, we just do not have enough time to approve every email posted to the list. If you have more than one email account, you can subscribe them all to the list, then set all but one of them to nomail from the mailm

how to build email message with attachment?

2005-07-26 Thread praba kar
Dear All, Can any one let me know? How to build email in python? with some some examples. regards Prabahar ___ Too much spam in your inbox? Yahoo! Mail gives you the best spam protection for FREE! http://in.mail.yaho

Your message to I18n awaits moderator approval

2006-02-01 Thread i18n-bounces
Your mail to 'I18n' with the subject Mail Delivery (failure [EMAIL PROTECTED]) Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you wi

Your message to slug awaits moderator approval

2006-05-25 Thread slug-bounces
Your mail to 'slug' with the subject Stolen document Is being held until the list moderator can review it for approval. The reason it is being held: SpamAssassin identified this message as possible spam (score 5.3) Either the message will get posted to the list, or you wi

  1   2   3   >