To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97629
                 Issue #|97629
                 Summary|Do not start OOo from PyUno
               Component|udk
                 Version|OOo 3.0
                Platform|All
                     URL|
              OS/Version|Windows, all
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|kr
             Reported by|tonal





------- Additional comments from to...@openoffice.org Mon Dec 29 05:41:13 +0000 
2008 -------
Steps:
1. Save as file errUno.txt simple script:
[code]
from officehelper import bootstrap
xContext = bootstrap()
[/code]
2. Open cmd
3. Change current directory to directory contains errUno.txt (cd ...)
4. Run script:
$(OOOInstallDir)\program\python.exe" errUno.txt
5. See error log in console output.

My error output:
[code]
C:\Lang\test\python>"C:\Program Files\OpenOffice.org\OpenOffice.org
3\program\python.exe" text.py

C:\Lang\test\python>Traceback (most recent call last):
  File "text.py", line 5, in ?
    xContext = bootstrap()
  File "C:\Program Files\OpenOffice.org\OpenOffice.org
3\Basis\program\officehelper.py", line 91, in bootstrap
    raise BootstrapException("Caught exception " + str(e), None)
officehelper.BootstrapException: Caught exception [Errno 2] No such file or
directory
[/code]

---------------------------------------------------------------------
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to