Hi Laurent, The class MIMEBase is in different namespace in python-2.5 and python-2.3.4.
so the 35 line in the file ../scripting/source/pyprov/mailmerge.py must be changed to: "from email.mime.base import MIMEBase". Does it look like that in your sourcetree? I have looked at the build log, and have some question as follow: 1). why load the python2.3 head file when build the pyuno module: " -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 " why not python2.5? 2). have the python module built ? some advice: 1). make sure that the code has been updated correctly. 2). make sure to load python2.5 head file when build the pyuno. Ragards Liyuan. ----- Original Message ----- > HI > > Buildbots have been launched by manuel (thanks to him) > both failed (intel & ppc) > > here are the logs > > http://termite.go-oo.org/MacPort1/builds/113/ > http://termite.go-oo.org/MacPort3/builds/35 > > Charlie, may be a review of logs could help to spot what is going wrong > and provide Liyuan (ore someone else) some ideas to correct this > > Thanks to all > > Laurent > > -- > Laurent Godard <[EMAIL PROTECTED]> - Ingénierie OpenOffice.org - > http://www.indesko.com > Nuxeo Enterprise Content Management >> http://www.nuxeo.com - > http://www.nuxeo.org > Livre "Programmation OpenOffice.org", Eyrolles 2004-2006 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
