To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101077 Issue #|101077 Summary|mingw port: make python to work with OOo Component|porting Version|DEV300m46 Platform|PC URL| OS/Version|Windows, all Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|tono Reported by|tono
------- Additional comments from [email protected] Tue Apr 14 11:03:56 +0000 2009 ------- In mingw port, python module has been buildable but not has been well tested. I tried to port python 2.6.1 from the scratch, performed complete tests and found out the current mingw port for python is not so elegant and also has following problems. 1. The name of python core executable should be changed to python.bin from python.exe because the wrapper in pyuno/zipcore has the same name and either of them will be overwritten by the other during the stripping process in instsetoo_native. 2. The set of installation paths for python library modules and scripts in mingw build is different from that in MSVC build and quite similar to that in un*x builds. The difference should be reflected to the wrapper and to the profile item pythonloader.uno.ini. And I think the rather huge patch file for mingw port only should be isolated. The patches for python, pyuno/zipcore and scp2/source/python follow. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
