Got undefined symbol: _PyUnicodeUCS2_AsDefaultEncodedString on OpenSuSE 11.1

2009-09-25 Thread Alejandro Valdez
Hello I sent this e-mail to the python-help list but I'm not sure if that list is active... so I post it again here: I'm trying to build Python 2.6.2 from the sources downloaded from the python official site on OpenSuSE 11.1 (32 bit). After installation the python command line interpreter seems

Re: Got undefined symbol: _PyUnicodeUCS2_AsDefaultEncodedString on OpenSuSE 11.1

2009-09-25 Thread Alejandro Valdez
-2.6.2/Modules/_cursesmodule.c:1766: warning: ‘x’ may be used uninitialized in this function On Fri, Sep 25, 2009 at 3:56 PM, Mark Dickinson dicki...@gmail.com wrote: On Sep 25, 7:05 pm, Alejandro Valdez alejandro.val...@gmail.com wrote: Hello I sent this e-mail to the python-help list but I'm

How to modify the content of an email

2008-01-25 Thread alejandro . valdez
Hello, I'm trying to make a python script that take an email in (raw) text format, and add a footer to the text (or html) body of the email. I'm aware of the email and email.mime modules, but I can't figure out how to identify 'the main text (or html) content' from the email, and how to be sure