To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93084
------- Additional comments from [email protected] Tue Apr 6 20:43:26 +0000 2010 ------- I can confirm that this is still broken in OpenOffice.org 3.2.0 build 9483 on Leopard. $ ls /usr/bin/python* /usr/bin/python /usr/bin/python2.5-config /usr/bin/python-config /usr/bin/pythonw /usr/bin/python2.5 /usr/bin/pythonw2.5 $ /usr/bin/python --version Python 2.5.1 $ /usr/bin/python2.5 --version Python 2.5.1 $ cd /Applications/OpenOffice.org.app/Contents/basis-link/program $ /usr/bin/python pythonloader.py Fatal Python error: Interpreter not initialized (version mismatch?) Abort trap $ /usr/bin/python2.5 pythonloader.py Fatal Python error: Interpreter not initialized (version mismatch?) Abort trap $ sudo port install python python24 $ python --version Python 2.6.4 $ python pythonloader.py Fatal Python error: Interpreter not initialized (version mismatch?) Abort trap $ python2.4 pythonloader.py Fatal Python error: Interpreter not initialized (version mismatch?) Abort trap What's going on here: 1) Different versions of MacOS X ship with different versions of python. Leopard, for example, ships with Python 2.5.1. No Python 2.3 is available, and it can only be installed if you build it from source. This is actually rather hard to do, because of various sorts of bit rot. 2) MacPorts, a port system generally only used by programmers and power users, only supplies Python 2.4 through Python 2.6, none of which work. 3) No Python executable is included with OpenOffice 3.2. Does anybody have any simple instructions which will get this working? If not, I believe we should re-open this bug. --------------------------------------------------------------------- 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]
