To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73101





------- Additional comments from [EMAIL PROTECTED] Sun Jan  7 22:31:58 -0800 
2007 -------
sparcmoz,

Thanks for that however, it only works if you are using python2.3 which is not
very future safe (see below for the result) as I am using python 2.4.3 by
default and, it relies on the DYLD_LIBRARY_PATH being set, which is not by 
default. 

It would be best and easiest I would expect to go back to the way it was and
include the required python with OOo as with versions 2.0-. What do you think?

/Applications/OpenOffice.org 2.1.app/Contents/MacOS/program debyld$ which python
/opt/local/bin/python

/Applications/OpenOffice.org 2.1.app/Contents/MacOS/program debyld$ set | grep
DYLD     
DYLD_LIBRARY_PATH=.

/Applications/OpenOffice.org 2.1.app/Contents/MacOS/program debyld$ python
Python 2.4.3 (#1, Aug 31 2006, 09:01:48) 
[GCC 4.0.0 (Apple Computer, Inc. build 5026)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import uno
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap

/Applications/OpenOffice.org 2.1.app/Contents/MacOS/program debyld$ python2.3
Python 2.3.5 (#1, Mar 20 2005, 20:38:20) 
[GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import uno
>>> ^D


---------------------------------------------------------------------
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]

Reply via email to