Correct auto line break in mail headers lines (subject)?

2007-06-08 Thread robert
can anyone contribute to this question about correct auto line break in mail header lines: https://sourceforge.net/tracker/?func=detailaid=1645148group_id=5470atid=105470 -- http://mail.python.org/mailman/listinfo/python-list

[ python-Bugs-1645148 ] MIME renderer: wrong header line break with long subject?

2007-06-08 Thread SourceForge.net
break with long subject? Initial Comment: from email.MIMEText import MIMEText o=MIMEText('hello') o['Subject']='1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 ' o.as_string() 'Content-Type: text/plain; charset=us

[ python-Bugs-1645148 ] MIME renderer: wrong header line break with long subject?

2007-06-08 Thread SourceForge.net
break with long subject? Initial Comment: from email.MIMEText import MIMEText o=MIMEText('hello') o['Subject']='1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 ' o.as_string() 'Content-Type: text/plain; charset=us

[no subject]

2007-05-15 Thread Robin Dunn
Announcing -- The 2.8.4.0 release of wxPython is now available for download at http://wxpython.org/download.php. This release includes a number of bug fixes, updates to some contribs and other improvements. Source code is available, as well as binaries for both Python 2.4 and 2.5, for

[no subject]

2007-04-09 Thread Marco
Hi, I have a problem to install wxPython on my MacBook (Pythonversion 2.5). If would install the wxPython (python setup.py install), then I got this error: Traceback (most recent call last): File /Users/marco/Desktop/flexo1/wxpython/wxPython-src-2.8.3.0/ wxPython/setup.py, line 49, in module

Subject line with smtplib.sendmail()

2007-03-20 Thread Boudreau, Emile
Hey, I'm trying to send mail from my server to my machine with test results. I can send the email no problem however, the email doesn't contain a recipient list or a subject line. I was wondering how would I go about getting the information on the actual To and Subject lines so that I know

Re: Subject line with smtplib.sendmail()

2007-03-20 Thread Fredrik Lundh
Boudreau, Emile wrote: I'm trying to send mail from my server to my machine with test results. I can send the email no problem however, the email doesn't contain a recipient list or a subject line. I was wondering how would I go about getting the information on the actual To and Subject

RE: Subject line with smtplib.sendmail()

2007-03-20 Thread Boudreau, Emile
Thanks for the reply. When I use the instruction from that list this is the email I receive. I'm using Outlook. [EMAIL PROTECTED] To: -- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Hello! This Still DOESN't Work

Re: Subject line with smtplib.sendmail()

2007-03-20 Thread kyosohma
] Subject: Hello! This Still DOESN't Work It's just adding the From To Subject in the message itself. I want to have each field at the correct place and then just the msg in the body. Any Help?? Thanks Emile Boudreau -Original Message- From: [EMAIL

RE: Subject line with smtplib.sendmail()

2007-03-20 Thread Boudreau, Emile
access to all the variables I have? thanks Emile Boudreau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boudreau, Emile Sent: Tuesday, March 20, 2007 1:51 PM To: python-list@python.org Subject: RE: Subject line with smtplib.sendmail() Thanks

Re: Subject line with smtplib.sendmail()

2007-03-20 Thread Gabriel Genellina
] To: [EMAIL PROTECTED] Subject: Hello! This Still DOESN't Work It's just adding the From To Subject in the message itself. I want to have each field at the correct place and then just the msg in the body. Perhaps you are using an indented triple quoted

Re: Subject line with smtplib.sendmail()

2007-03-20 Thread Ben Finney
Gabriel Genellina [EMAIL PROTECTED] writes: Perhaps you are using an indented triple quoted string ? The indentation goes into the string itself. You may use a global (module) constant to hold the string, by example. Rather than letting technical issues dictate where to

[no subject]

2007-03-16 Thread Milton Segura
Hello, I'm trying to exclude files from a list using the following code: for item in dirs:if item.find('Software') -1:dirs.remove(item) elif item.find('Images') -1:dirs.remove(item) let's supose dirs = ['C:\Images', 'C:\Images\2006', 'C:\Images\2007', 'C:\Music',

[ python-Bugs-1645148 ] MIME renderer: wrong header line break with long subject?

2007-03-11 Thread SourceForge.net
break with long subject? Initial Comment: from email.MIMEText import MIMEText o=MIMEText('hello') o['Subject']='1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 ' o.as_string() 'Content-Type: text/plain; charset=us-ascii

[ python-Bugs-1645148 ] MIME renderer: wrong header line break with long subject?

2007-03-11 Thread SourceForge.net
break with long subject? Initial Comment: from email.MIMEText import MIMEText o=MIMEText('hello') o['Subject']='1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 ' o.as_string() 'Content-Type: text/plain; charset=us-ascii

[no subject]

2007-02-14 Thread 3174965380
(dancing stripper on your dekstop free) -- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2007-02-05 Thread Zahid Ahmadzai
HI THERE I NEED HELP WITH THE FOLLOWING EXERSISE CAN YOU PLEASE HELP IF YOU CAN. PLEASE SEND ME THE CODE ON E-MAIL MANY THANKS For presentation to your tutor during your scheduled tutorial in the week commencing 12 February. I decided that it might be a good idea to create a suitable

[ python-Bugs-1645148 ] MIME renderer: wrong header line break with long subject?

2007-01-26 Thread SourceForge.net
header line break with long subject? Initial Comment: from email.MIMEText import MIMEText o=MIMEText('hello') o['Subject']='1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 ' o.as_string() 'Content-Type: text/plain

[ python-Bugs-1645148 ] MIME renderer: wrong header line break with long subject?

2007-01-26 Thread SourceForge.net
break with long subject? Initial Comment: from email.MIMEText import MIMEText o=MIMEText('hello') o['Subject']='1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 ' o.as_string() 'Content-Type: text/plain; charset=us

[no subject]

2006-12-17 Thread Divya Prakash
Hello , I would like to parse java files and detect class name's, attributes name's type's and visibility (and or list of methods). Is there any module who can parse easily a java file using jython? Regards Divya --

[no subject]

2006-12-01 Thread Thomas Ploch
Amir Michail schrieb: krishnakant Mane wrote: just used the py dev plugin for eclipse. it is great. But isn't support for java better because the eclipse ide can take advantage of explicit type declarations (e.g., for intellisense, refactoring, etc.)? Amir Obviously, since eclipse

[no subject]

2006-10-30 Thread aking
J. Clifford Dyer wrote: Alistair King wrote: Hi, is there a simple way of creating global variables within a function? ive tried simply adding the variables in: def function(atom, Xaa, Xab): Xaa = onefunction(atom) Xab = anotherfunction(atom) if i can give something like:

[no subject]

2006-10-24 Thread Michael S
Good day all. I extended part of my program in C, since that part was too involved for Python. Now when I import the module I created and call its functions, I am trying to feedback some information bac to my wxPython program. The function runs for a while and I wanted to update a progress bar,

[no subject]

2006-10-16 Thread zhaoren liu
-- http://mail.python.org/mailman/listinfo/python-list

Re: Strange xml.parsers.expat import problem [corrected subject]

2006-10-03 Thread [EMAIL PROTECTED]
I was able to fix (i.e., work around) this issue by using the import: import xml.parsers.expat as expat and then referring to: expat.ExpatError I have no idea why this makes it work, seems like a bug in Python to me. -Don [EMAIL PROTECTED] wrote: Sorry, that should have been

Strange xml.parsers.expat import problem [corrected subject]

2006-09-15 Thread [EMAIL PROTECTED]
Sorry, that should have been xml.parsers.expat [EMAIL PROTECTED] wrote: Hi, c.l.p.'ers- I am having a problem with the import of xml.parsers.expat that has gotten me completely stumped. I have two programs, one a PyQt program and one a command line (text) program that both eventually call

[no subject]

2006-09-06 Thread safecom
The original message was included as attachment Deleted0.txt Description: Binary data -- http://mail.python.org/mailman/listinfo/python-list

Re: Subject: ANN: pycairo release 1.2.2 now available

2006-08-20 Thread david_wahler
I'll be out of the office until approximately August 20th. If you have any questions, please email [EMAIL PROTECTED] -- David Wahler -- http://mail.python.org/mailman/listinfo/python-list

Programming Games with python, I know this subject was disccused need help

2006-08-04 Thread Over G
HI I would like to start to program games, with python, where to start? What packages I need,? Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Programming Games with python, I know this subject was disccused need help

2006-08-04 Thread Goalie_Ca
Well, with these libraries you won't need much else. http://www.pygame.org/news.html and http://sourceforge.net/projects/pyallegro/ Over G wrote: HI I would like to start to program games, with python, where to start? What packages I need,? Thanks. --

Re: Programming Games with python, I know this subject was disccused need help

2006-08-04 Thread Over G
Goalie_Ca wrote: Well, with these libraries you won't need much else. http://www.pygame.org/news.html and http://sourceforge.net/projects/pyallegro/ Over G wrote: HI I would like to start to program games, with python, where to start? What packages I need,? Thanks. Thanks

Re: Programming Games with python, I know this subject was disccused need help

2006-08-04 Thread Grant Edwards
On 2006-08-04, Over G [EMAIL PROTECTED] wrote: http://www.pygame.org/news.html http://sourceforge.net/projects/pyallegro/ Still can you shad more light on the second link, what is project allegro ? Following a couple links on that second page gets you here: http://alleg.sourceforge.net/

[no subject]

2006-08-03 Thread subramanian2003
Hello All, From where I can have python for arcgis tutorial in detail. Thnx, Subramanian. -- http://mail.python.org/mailman/listinfo/python-list

Subject: RELEASED Python 2.5 (beta 2)

2006-07-11 Thread Anthony Baxter
On behalf of the Python development team and the Python community, I'm happy to announce the second BETA release of Python 2.5. This is an *beta* release of Python 2.5. As such, it is not suitable for a production environment. It is being released to solicit feedback and hopefully discover bugs,

[no subject]

2006-05-25 Thread carlosperezs
hello together !!! I would like to know if it is available the com component for wmeditor in python language? This program is called windows media file editor, lets users to create marks into a movie and belongs to installation packet of windows encoder. thank you

[no subject]

2006-04-27 Thread carlosperezs
Hallo !!! I am new in Python and my doubts are basics.I would like to a window appears when press a button. This window would have only an advise. Therefore it would be a simple window. I don't know which window to choose. Thank you.

[no subject]

2006-04-27 Thread UMASANKAR LAKSHMANAN
hi, I want some simple program for : timer thread running program in timer thread how to get notified when program is closed Thanks in advance Regards Ums UMASANKAR L. 704-B, SHIVARANJANI APARTMENTS 213, NAGAPRABHA CHAMBERS ITI LAYOUT, BSK III STAGE 3rd MAIN, 4th CROSS NEAR

sending email with charset utf-8 but subject is not coded properly

2006-04-14 Thread Grzegorz Ślusarek
Hi all. I sending email using standard python modules smtplib, email, coding email in utf but subject of message is not coded properly. In subject i use my national characters (polish) and after send i get XX in place these characters. Here is the code Message = email.message_from_string

Re: sending email with charset utf-8 but subject is not coded properly

2006-04-14 Thread Rene Pijlman
Grzegorz ¦lusarek: I sending email using standard python modules smtplib, email, coding email in utf but subject of message is not coded properly. In subject i use my national characters (polish) and after send i get XX in place these characters. Here is the code Message

[no subject]

2006-03-23 Thread cm012b5105
Hi there i am hoping some one could help me out with a small problem i am in the process of learning python. I am trying to write an interactive programme, This is a short example. if s = raw_input (hello whats your name? ) if s=='carmel': print Ahh the bosss wife What i would like to

Re: raw_input (was no subject)

2006-03-23 Thread Tim Williams (gmail)
On 23/03/06, cm012b5105 [EMAIL PROTECTED] wrote: Hi there i am hoping some one could help me out with a small problem i am in the process of learning python. I am trying to write an interactive programme, This is a short example. if s = raw_input (hello what's your name? ) if

Re: No (and a meaningless subject here too!)

2006-02-23 Thread Gaz
Aye, but i dont need to run an FTP daemon every time i want to upload an image to Imageshack or any other website. About the topic name, yes, it's meaningless and its a shame. I fucked it up when typing the title =P -- http://mail.python.org/mailman/listinfo/python-list

Re: No (and a meaningless subject here too!)

2006-02-23 Thread Kent Johnson
Gaz wrote: Aye, but i dont need to run an FTP daemon every time i want to upload an image to Imageshack or any other website. Did you google 'python cgi file upload' yet? Several people have pointed you to an answer that doesn't use FTP. -- http://mail.python.org/mailman/listinfo/python-list

Re: No (and a meaningless subject here too!)

2006-02-23 Thread Gaz
Yeah, i did. Thank you, im analyzing the examples found. I'll post my results :) -- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2006-02-01 Thread hotcountrywench
I just got a new computer and pyton 2.2 is on it and I have never heard of it What is is for. Should I keep it on my puter??? -- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2006-01-31 Thread Thomas McGrath III
Hello, I have a real newbie question here. New to Python, and am trying to learn it on Mac and WinXP. On the Mac I find Python already installed and I downloaded the package. I tested the version in Terminal by typing 'python' and get Python 2.3.5 (#1, Mar 20 2005, 20:38:20). - Looks fine

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; charset=us

[no subject]

2005-11-29 Thread Hortles
hello, I have just downloaded the mac os x version of python and when i open the PythonIDE it just quits straight away. Is there something I'm am doing wrong. Thanks, Allan -- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2005-11-13 Thread David T
Thomas Edison (I think it was him) once said it took 999 failures to make 1 success. That makes SourceForge 10 times more successful. The world is filled with millions of wanna-be poets, writers and creators whose sum total contribution to the artistic wealth of the world is negative.

[no subject]

2005-11-04 Thread Terry Hancock
On Thursday 03 November 2005 07:28 am, venk wrote: Microsoft can create a competing version of Windows. TCP/IP became a standard long before Microsoft even acknowledged it's existence. So did ASCII, the IBM BIOS, and serial ports, to name just a few. Does the term ISO standard mean anything

[no subject]

2005-11-04 Thread Terry Hancock
On Thursday 03 November 2005 04:29 pm, Steven D'Aprano wrote: On Thu, 03 Nov 2005 14:56:44 -0500, Tim Daneliuk wrote: There is a difference between what is *illegal* and what constitutes a *crime*. Why thank you, you've really made my day. That's the funniest thing I've heard in months.

[no subject]

2005-10-18 Thread hugo hernandez diaz
hola la vdd lei su documento pero no le entoendo bien mas que nada puedo crear algo con este programa si la respuesta es si mas o menos que si la respuesta en no entoncs pa que sirve a ademas no me pueden pasar oyta guia mas facil mmm soy medio lento de aprendizaje gracias --

[no subject]

2005-10-17 Thread Finn Waldrip
!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN HTMLHEAD TITLE404 Not Found/TITLE /HEADBODY H1Not Found/H1 The requested URL was not found on this server.P HR ADDRESSApache/1.3.31/ADDRESS /BODY/HTML -- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2005-10-16 Thread Cardea Thelen
!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN HTMLHEAD TITLE404 Not Found/TITLE /HEADBODY H1Not Found/H1 The requested URL was not found on this server.P HR ADDRESSApache/1.3.31/ADDRESS /BODY/HTML -- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2005-09-22 Thread Dane Ensign
Hi all, Im new to python. Please can someone suggest a url for validating user input in python reliably? upon building a small terminal app, it appears that using the raw_input function combined with try-catch for the input conversion to integer, might be a good way to go. ? I need users to

[no subject]

2005-09-22 Thread Dane Ensign
Hi all, Im new to python. Please can someone suggest a url for reading or solution to validating user input in python reliably? upon building a small terminal app, it appears that using the raw_input function combined with try-catch for the input conversion to integer, might be a good way to

[no subject]

2005-09-18 Thread Ed Hotchkiss
Let us say that I am trying to create a very small and simple private network/connection between several scripts on different machines, to communicate instructions/data/files etc. to each other over the net. Is SSL the best method? Any recommendations of something to get started with? Thanks in

[no subject]

2005-08-24 Thread bhjqsbgdhj
-- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2005-08-13 Thread gdcook
Can anyone help with this? I am running: Python 2.3.4 SWIG 1.3.23 openssl 0.9.8 Do I need to reconfig Python with certain ssl ciphers? This is the output I receive when running alltests: [EMAIL PROTECTED] tests]# python alltests.py

[no subject]

2005-08-10 Thread barry
The original message was received at Wed, 10 Aug 2005 09:14:22 +0300 from python.org [82.194.226.158] - The following addresses had permanent fatal errors - python-list@python.org - Transcript of session follows - ... while talking to python.org.: DATA 400-aturner; -RMS-E-CRE,

Python Regular Expressions: re.sub(regex, replacement, subject)

2005-07-05 Thread Vibha Tripathi
Hi Folks, I put a Regular Expression question on this list a couple days ago. I would like to rephrase my question as below: In the Python re.sub(regex, replacement, subject) method/function, I need the second argument 'replacement' to be another regular expression ( not a string) . So when I

Re: Python Regular Expressions: re.sub(regex, replacement, subject)

2005-07-05 Thread Steven Bethard
Vibha Tripathi wrote: In the Python re.sub(regex, replacement, subject) method/function, I need the second argument 'replacement' to be another regular expression ( not a string) . So when I find a 'certain kind of string' in the subject, I can replace it with 'another kind of string

Re: Python Regular Expressions: re.sub(regex, replacement, subject)

2005-07-05 Thread Benjamin Niemann
Vibha Tripathi wrote: Hi Folks, I put a Regular Expression question on this list a couple days ago. I would like to rephrase my question as below: In the Python re.sub(regex, replacement, subject) method/function, I need the second argument 'replacement' to be another regular

Re: Python Regular Expressions: re.sub(regex, replacement, subject)

2005-07-05 Thread George Sakkis
Vibha Tripathi [EMAIL PROTECTED] wrote: Hi Folks, I put a Regular Expression question on this list a couple days ago. I would like to rephrase my question as below: In the Python re.sub(regex, replacement, subject) method/function, I need the second argument 'replacement' to be another

Re: No Subject

2005-07-02 Thread Andreas Kostyrka
Am Freitag, den 01.07.2005, 18:55 +0200 schrieb Harry George: Tom Anderson [EMAIL PROTECTED] writes: On Fri, 1 Jul 2005, Adriaan Renting wrote: I'm not a very experienced Python programmer yet, so I might be mistaken, but there are a few things that would make me prefer C++ over

[no subject]

2005-07-01 Thread python-list-bounces+archive=mail-archive . com
#! rnews 1689 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Python for everything? X-Nntp

[no subject]

2005-07-01 Thread python-list-bounces+archive=mail-archive . com
#! rnews 4560 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: X-Nntp-Posting-Host: cola2

[no subject]

2005-06-30 Thread python-list-bounces+archive=mail-archive . com
#! rnews 2572 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Modules for inclusion in standard

[no subject]

2005-06-30 Thread python-list-bounces+archive=mail-archive . com
#! rnews 2218 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Boss wants me to program X-Nntp

[no subject]

2005-06-29 Thread python-list-bounces+archive=mail-archive . com
.ops.asmr-01.energis-idc.net!in.100proofnews.com!in.100proofnews.com!newsread.com!news-xfer.newsread.com!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Boss wants me to program X-Nntp-Posting-Host: cola2.ca.boeing.com Content-Type: text/plain; charset

[no subject]

2005-06-28 Thread python-list-bounces+archive=mail-archive . com
#! rnews 2994 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Boss wants me to program X-Nntp

[no subject]

2005-06-22 Thread Doug Ly
Is there a good IDE for Python? I have heard that Eclipse has a plugin for Jython only. Thanks --Doug -- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2005-06-20 Thread python-list-bounces+archive=mail-archive . com
#! rnews 4339 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Multiple instances of a python

[no subject]

2005-06-20 Thread python-list-bounces+archive=mail-archive . com
#! rnews 902 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Couple functions I need, assuming

[no subject]

2005-06-16 Thread Marva Pryor
-- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2005-06-10 Thread python-list-bounces+archive=mail-archive . com
#! rnews 2612 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Generating HTML from python X-Nntp

[no subject]

2005-06-10 Thread python-list-bounces+archive=mail-archive . com
#! rnews 1443 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: python bytecode grammar X-Nntp

Subject: Re: Binary numbers

2005-06-08 Thread venkata subramanian
Em Quarta 08 Junho 2005 09:38, Guyon Morée escreveu: Don't know if this is what you mean, but: Binary to decimal: bin_num = '11011' int(bin_num, 2) 267 Dont know this way of using it. Thanks for the teachings :) See ya ! def binary(i): ... ls=[] ... while

[no subject]

2005-06-04 Thread Jatinder Singh
Hi guys I am working in a complex directory structure. I want to use a file (not .py) which is in some other directory. I couldn't do it.but if I copy the file in the same directory then it is working fine. Can anybody guide me how and where to add the path of the file. I have tried it with

[no subject]

2005-06-04 Thread Robin Dunn
Announcing -- The 2.6.1.0 release of wxPython is now available for download at http://wxpython.org/download.php. Anybody keeping track will probably notice that the prior release (2.6.0.1) was released just about a week ago. This short turn-around time is because I was slow getting the

[no subject]

2005-05-31 Thread python-list-bounces+archive=mail-archive . com
!diablo.voicenet.com!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: something like CPAN, PPMs? X-Nntp-Posting-Host: cola2.ca.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: [EMAIL PROTECTED] User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

[no subject]

2005-05-19 Thread python-list-bounces+archive=mail-archive . com
!nntp.giganews.com!newsread.com!news-xfer.newsread.com!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: NaN support etc. X-Nntp-Posting-Host: cola2.ca.boeing.com Content-Type: text/plain; charset=iso-8859-1 Message-ID: [EMAIL PROTECTED] User-Agent

[no subject]

2005-05-19 Thread python-list-bounces+archive=mail-archive . com
!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: ElementTree and xsi to xmlns conversion? X-Nntp-Posting-Host: cola2.ca.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: [EMAIL PROTECTED] User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Lines: 43 Sender

[no subject]

2005-05-17 Thread Shariar Dehmand
To whom it may concern, I am looking to start a python organization in Iran from scrtch, Please help me with it, or give me the mailing address of a reson which is advanced/experienced in what I try to achieve. best regards Mesean Dehmand __ Do You

[no subject]

2005-05-15 Thread gerald hereford
__ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2005-05-13 Thread python-list-bounces+archive=mail-archive . com
#! rnews 2528 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: String formatting strangeness X-Nntp

[no subject]

2005-05-03 Thread python-list-bounces+archive=mail-archive . com
#! rnews 1990 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Py2Exe security X-Nntp-Posting-Host

Re: To decode the Subject =?iso-8859-2?Q?=... in email in python

2005-04-22 Thread Dan Polansky
Max, thanks; that was helpful. Roman, your explanation was helpful as well. Dan -- http://mail.python.org/mailman/listinfo/python-list

To decode the Subject =?iso-8859-2?Q?=... in email in python

2005-04-20 Thread Dan Polansky
When parsing messages using python's libraries email and mailbox, the subject is often encoded using some kind of = notation. Apparently, the encoding used in this notation is specified like =?iso-8859-2?Q?=... or =?iso-8859-2?B?=. Is there a python library function to decode such a subject

Re: To decode the Subject =?iso-8859-2?Q?=... in email in python

2005-04-20 Thread Max M
Dan Polansky wrote: When parsing messages using python's libraries email and mailbox, the subject is often encoded using some kind of = notation. Apparently, the encoding used in this notation is specified like =?iso-8859-2?Q?=... or =?iso-8859-2?B?=. Is there a python library function to decode

Re: To decode the Subject =?iso-8859-2?Q?=... in email in python

2005-04-20 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-04-20 00:30:35 -0700: When parsing messages using python's libraries email and mailbox, the subject is often encoded using some kind of = notation. Apparently, the encoding used in this notation is specified like =?iso-8859-2?Q?=... or =?iso-8859-2?B?=. That's

Re: To decode the Subject =?iso-8859-2?Q?=... in email in python

2005-04-20 Thread Neil Hodgson
Dan Polansky: When parsing messages using python's libraries email and mailbox, the subject is often encoded using some kind of = notation. Apparently, the encoding used in this notation is specified like =?iso-8859-2?Q?=... or =?iso-8859-2?B?=. Is there a python library function to decode

(no subject)

2005-04-18 Thread franceschini
-- Virus Warning Message (on cesio.consuldata.com.br) Found virus WORM_MYDOOM.M in file document.pif (in document.zip) The uncleanable file is deleted. Para maiores informacoes, contate o suporte da ConsulData: +55 (13) 3219-6522 ou [EMAIL PROTECTED]

(no subject)

2005-04-15 Thread python-list-bounces+archive=mail-archive . com
.newsreader.com!newsreader.com!newsread.com!news-xfer.newsread.com!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Python's use in RAD X-Nntp-Posting-Host: cola2.ca.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: [EMAIL PROTECTED

(no subject)

2005-04-06 Thread python-list-bounces+archive=mail-archive . com
#! rnews 4875 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Best editor? X-Nntp-Posting-Host

(no subject)

2005-04-06 Thread python-list-bounces+archive=mail-archive . com
#! rnews 2135 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Best editor? X-Nntp-Posting-Host

(no subject)

2005-04-05 Thread python-list-bounces+archive=mail-archive . com
#! rnews 1227 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: IronPython 0.7 released! X-Nntp

(no subject)

2005-04-04 Thread python-list-bounces+archive=mail-archive . com
[EMAIL PROTECTED] Subject: Re: unittest vs py.test? X-Nntp-Posting-Host: cola2.ca.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: [EMAIL PROTECTED] User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Lines: 49 Sender: [EMAIL PROTECTED] Organization: The Boeing Company References

(no subject)

2005-03-31 Thread python-list-bounces+archive=mail-archive . com
#! rnews 1066 Newsgroups: comp.lang.python Path: news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: hex string into binary format? X

(no subject)

2005-03-31 Thread python-list-bounces+archive=mail-archive . com
!proxad.net!newsread.com!news-xfer.newsread.com!nntp.abs.net!attws2!ip.att.net!NetNews1!xyzzy!nntp From: Harry George [EMAIL PROTECTED] Subject: Re: Generating RTF with Python X-Nntp-Posting-Host: cola2.ca.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: [EMAIL PROTECTED] User-Agent

<    1   2   3   4   5   6   >