Python 2.3.7 Does not compile on Ubuntu 8.10 i386

2008-11-05 Thread tilley . rb
Hi guys, Testing some older versions of Python. 2.2.3 compiled and runs just fine on same machine. I get this error during 2.3.7 make: case $MAKEFLAGS in \ *-s*) CC='gcc -pthread' LDSHARED='gcc -pthread -shared' OPT='- DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E ./setup.py -q b

silent error in email module

2006-11-27 Thread rb . online
Hi all, I rencently had trouble finding a bug in an email processing script because of an error that pass silently in the email module. The get_payload() method in the email.message module always return something when the decode argument is set to True. This behaviour is well documented, but is th

Re: cPAMIE/Python String and Date Comparisons

2005-11-08 Thread RB
to fully load sleep(1) sleep(1)# extra pauses tend to help. # Get ASCII string of page data without HTML tags. page_txt = str((ie.getIE().Document.body.innerText).encode('ascii','ignore')) if search_txt in page_txt: print '\"' + search_txt + '\&