To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97629
User sb changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Thu Jan 15 14:44:13 +0000
2009 -------
fixed as
cws/sb103/pyuno/zipcore/python....@266375
cws/sb103/pyuno/zipcore/python...@266375
cws/sb103/scripting/source/pyprov/officehelper...@266375
cws/sb103/tools/source/misc/extendapplicationenvironment....@266375
This of course only fixes the problem when the OOo-specific python executable
(from the brand layer program directory) is used, not when a system-provided
python executable is used instead (i.e., OOo is configured to not provide an own
python executable).
Executing the attached errUno.txt with the OOo-specific python executable (from
the brand layer program directory) now no longer gives error messages (doing so
leaves a running soffice executable showing no windows behind; that is expected
and is due to what errUno.txt does). On Windows, the started soffice executable
shows a message box that "C:\3\program\soffice.exe does not exist." This is
apparently due to a space in the path to the soffice executable
(C:\OpenOffice.org 3\program\soffice.exe); probably the os.spawnv in
officehelper.py causes soffice.exe to see the second part of the program path
("3\program\soffice.exe") as an additional command line argument that
soffice.exe makes absolute and interprets as a document to open. Older OOo 2.x
versions on Windows exhibit similar behavior (and the problem disappears when
OOo is installed in a path without spaces).
---------------------------------------------------------------------
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]