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





------- Additional comments from [EMAIL PROTECTED] Sat Jun  2 07:01:03 +0000 
2007 -------
"yes, it is a bug, but the only negative side effect is from my point of view a
slower pythonpath lookup."
Sub-directory lib-tk is not correctly described in sys.path.

Here is a correction proposal. It works on the MS-Windows version, maybe it can 
work 
on other OS. This correction uses and contains the proposed correction for 
Issue 55037

Module uno.py
Insert before the line:
# don't use any functions beyond this point, private section, likely to change
This means line 254 on the version used for OOo 2.2.0

Insert code :
sys.prefix = fileUrlToSystemPath(sys.prefix)
import os
sys.path = os.getenv("PYTHONPATH").split(";") +[sys.prefix+"\\lib\\lib-tk"]

Close entirely OpenOffice. Reopen it with a blank Writer document and run 
demoSysPath.py to verify.

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