Hi, @Peter: Thanks for your guidance about the whole work flow. :-)
@Charlie: your offer is very welcome. As what cloph said: ------- cloph 2007/04/11 13:06:43 +0000 ------- from http://www.python.org/download/releases/2.5/NEWS.txt - email 4.0 package now integrated. This is largely the same as the email 3.0 package that was included in Python 2.3, except that PEP 8 module names are now used (e.g. mail.message instead of email.Message). The MIME classes have been moved to a subpackage (e.g. email.mime.text instead of email.MIMEText). The old names are still supported for now. Several deprecated Message methods have been removed and lots of bugs have been fixed. More details can be found in the email package documentation. "The old names are still supported for now" I have recommited code using the old names:scripting/source/pyprov/mailmerge.py: "+#python2.5: from email.mime.base import MIMEBase from email.MIMEBase import MIMEBase" And now the CWS python25 has been built successfully on Mac OSX gcc-4.0.1(X11) and linux-gcc-4.0.2(sun-java). You can give more information from the followe link. http://go-oo.org/tinderbox/python25/status.html I think it is ready for QA on windows and Linux. but on MacOSX when build OO on Mac OSX, it seems that Mac OSX uses the system python, but the system python version on the current version of Mac OSX is 2.3, not 2.5 so the problem is on python version and not the platform. but I don't know what is Laurent's plan on Mac OSX next step. @Lanrent: the CWS python25 has been built successfully on Mac OSX gcc-4.0.1(X11), Does it mean that the CWS python25 can be setted "ready for QA"? if it is, I will provide a test case and install sets (windows and linux) to Peter. Best Regards Liyuan > > Am 13.04.2007 um 23:31 schrieb Joerg Budischewski: > >> Hi, >> >> @liyuan: I would try 3 ways to proceed with macos-x. >> >> * put a mail on the porting list to find a volunteer to work on the >> mac port of this cws >> * put a mail on the porting list, maybe there is someone who let >> you access a mac machine with an ooo build env and do the port >> yourself. >> * If you can't find anyone to do the port, I prefer not to let >> other platforms suffer because of a single one, then you should >> rearrange the makefiles in such a way, that macosx is built with >> python 2.3 while the rest is built with 2.5. > > I can set up a build env for OS X 10.4 Intel and might be able to > help fix the problems. Can someone give me some step-by-step > instructions? Moving to 2.4 or 2.5 should be encouraged as they both > build fat binaries by default. > > Charlie > -- > Charlie Clark > Helmholtzstr. 20 > Düsseldorf > D- 40215 > Tel: +49-211-938-5360 > GSM: +49-178-782-6226 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
