[framework-issues] [Issue 55037] python : sys.prefix contai ns incorrect path

2008-11-06 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55037


User mechtilde changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Nov  6 21:11:54 + 
2008 ---
close the invalid issue

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



[framework-issues] [Issue 55037] python : sys.prefix contai ns incorrect path

2007-06-02 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55037





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 06:50:09 + 
2007 ---
Hdere is a correction proposal. It works on the MS-Windows version, maybe it 
can work 
on other OS.

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)

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]



[framework-issues] [Issue 55037] python : sys.prefix contai ns incorrect path

2007-06-01 Thread jbu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55037


User jbu changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Fri Jun  1 18:48:12 + 
2007 ---
see 

http://www.openoffice.org/issues/show_bug.cgi?id=54695

for reasoning to set it to wontfix.

Bye,

Joerg



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



[framework-issues] [Issue 55037] python : sys.prefix contai ns incorrect path

2007-05-22 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55037


User kpalagin changed the following:

What|Old value |New value

  CC|'maxweber'|'kpalagin,maxweber'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|needmoreinfo, oooqa   |oooqa





--- Additional comments from [EMAIL PROTECTED] Tue May 22 17:25:01 + 
2007 ---
Confirming with 2.2 on WinXP - as described.

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



[framework-issues] [Issue 55037] python : sys.prefix contai ns incorrect path

2007-05-21 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55037





--- Additional comments from [EMAIL PROTECTED] Mon May 21 07:33:47 + 
2007 ---
As could be expected, not yet corrected in OOo 2.2.0.
Next attachment demoSysPath.py writes sys.prefix on a Writer document.
The same routine also writes sys.path for checking Issue 54695

Copy demoSysPath.py into user/Scripts/python/
Open OpenOffice Writer, preferably with landscape page orientation
Run routine writeSysPath()

The result is :
file:///C:/Program%20Files/OpenOffice.org%202.2/program/python-core-2.3.4
it should be :
C:\Program Files\OpenOffice.org 2.2\program\python-core-2.3.4


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



[framework-issues] [Issue 55037] python : sys.prefix contai ns incorrect path

2007-05-21 Thread bmarcelly
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55037





--- Additional comments from [EMAIL PROTECTED] Mon May 21 07:34:38 + 
2007 ---
Created an attachment (id=45280)
Python script to reproduce problem


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